We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2981d7d + c47ad75 commit 0bc7fa0Copy full SHA for 0bc7fa0
1 file changed
setup.cfg
@@ -46,6 +46,8 @@ useful =
46
aioca >=1.6
47
# Dev and docs dependencies
48
dev =
49
+ # Pytest 9.1.0 deprecates some APIs that some of our plugins require
50
+ pytest<9.1.0
51
pytest-cov
52
pytest-flake8
53
# Flake8 5.0 starts printing error, so pin to avoid it:
0 commit comments