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.
1 parent 396a372 commit 2ff9731Copy full SHA for 2ff9731
requirements.txt
@@ -4,10 +4,10 @@
4
# Everything needed to develop (test, debug) the framework.
5
coverage<5.0 # manual enforcement where pip fails, see #272.
6
pytest-aiohttp
7
-pytest-asyncio
8
-pytest-mock>=1.11.1
+pytest-asyncio==0.10.0 # until fixed: https://github.com/pytest-dev/pytest-asyncio/issues/154
+pytest-mock
9
pytest-cov
10
-pytest>=5.4.0
+pytest<5.4.0 # until fixed: https://github.com/pytest-dev/pytest-asyncio/issues/154
11
aresponses
12
asynctest
13
freezegun
0 commit comments