Skip to content

Commit 6a03d9e

Browse files
Merge branch 'main' into dependabot/pip/flake8-gte-7.3.0-and-lt-8
2 parents f894a06 + c955bae commit 6a03d9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/testing.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ aiohttp<3.11; python_version == "3.8" # used for a WebSocket server mock
44
aiohttp<4; python_version >= "3.9" # used for a WebSocket server mock
55
pytest>=7.0.1,<9
66
pytest-asyncio<2 # for async
7-
pytest-cov>=2,<8
7+
pytest-cov>=4,<7.1.0; python_version < "3.9"
8+
pytest-cov>=7.1.0,<8; python_version >= "3.9"
89
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
910
psutil>=6.0.0,<8
1011
# cryptography 46+ dropped PyPy 3.10 wheels; pin to <46 for PyPy 3.10 only

0 commit comments

Comments
 (0)