Skip to content

Commit

Permalink
Merge pull request #558 from PyFstat/unpin-pytest
Browse files Browse the repository at this point in the history
Revert "pin to pytest<8.2.2"
  • Loading branch information
dbkeitel authored Sep 3, 2024
2 parents 2e7bdb7 + 7815d12 commit b66a406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"flake8-isort",
"isort",
],
"test": ["pytest<8.2.2", "pytest-cov", "flaky", "nbmake"],
"test": ["pytest", "pytest-cov", "flaky", "nbmake"],
"wheel": ["wheel", "check-wheel-contents"],
}
for key in ["docs", "style", "test", "wheel"]:
Expand Down

0 comments on commit b66a406

Please sign in to comment.