Skip to content

Commit 2ff9731

Browse files
committed
Pin pytest-asyncio to 0.10.0 until event_loop priority issue is fixed
Awaited issue: pytest-dev/pytest-asyncio#154 Awaited fix: pytest-dev/pytest-asyncio#156
1 parent 396a372 commit 2ff9731

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Everything needed to develop (test, debug) the framework.
55
coverage<5.0 # manual enforcement where pip fails, see #272.
66
pytest-aiohttp
7-
pytest-asyncio
8-
pytest-mock>=1.11.1
7+
pytest-asyncio==0.10.0 # until fixed: https://github.com/pytest-dev/pytest-asyncio/issues/154
8+
pytest-mock
99
pytest-cov
10-
pytest>=5.4.0
10+
pytest<5.4.0 # until fixed: https://github.com/pytest-dev/pytest-asyncio/issues/154
1111
aresponses
1212
asynctest
1313
freezegun

0 commit comments

Comments
 (0)