We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f894a06 + c955bae commit 6a03d9eCopy full SHA for 6a03d9e
1 file changed
requirements/testing.txt
@@ -4,7 +4,8 @@ aiohttp<3.11; python_version == "3.8" # used for a WebSocket server mock
4
aiohttp<4; python_version >= "3.9" # used for a WebSocket server mock
5
pytest>=7.0.1,<9
6
pytest-asyncio<2 # for async
7
-pytest-cov>=2,<8
+pytest-cov>=4,<7.1.0; python_version < "3.9"
8
+pytest-cov>=7.1.0,<8; python_version >= "3.9"
9
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
10
psutil>=6.0.0,<8
11
# cryptography 46+ dropped PyPy 3.10 wheels; pin to <46 for PyPy 3.10 only
0 commit comments