We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6324de5 commit d7851ceCopy full SHA for d7851ce
requirements/testing.txt
@@ -1,7 +1,7 @@
1
# pip install -r requirements/testing.txt
2
aiohttp<4 # used for a WebSocket server mock
3
pytest>=7.0.1,<9
4
-pytest-asyncio<1 # for async
+pytest-asyncio<2 # for async
5
pytest-cov>=2,<7
6
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
7
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7
0 commit comments