Skip to content

Commit

Permalink
chore: pin psutil version because of failing macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 28, 2023
1 parent 1a26b00 commit 3c12390
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
51 changes: 18 additions & 33 deletions tests/pytest-redis/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/pytest-redis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
pytest-redis = "*"
psutil = "5.9.5"

[build-system]
requires = ["poetry-core>=1.1"]
Expand Down

0 comments on commit 3c12390

Please sign in to comment.