Skip to content

Commit

Permalink
Pin pytest-asyncio to 0.10.0 until event_loop priority issue is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nolar committed Apr 27, 2020
1 parent 396a372 commit 2ff9731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -4,10 +4,10 @@
# Everything needed to develop (test, debug) the framework.
coverage<5.0 # manual enforcement where pip fails, see #272.
pytest-aiohttp
pytest-asyncio
pytest-mock>=1.11.1
pytest-asyncio==0.10.0 # until fixed: https://github.com/pytest-dev/pytest-asyncio/issues/154
pytest-mock
pytest-cov
pytest>=5.4.0
pytest<5.4.0 # until fixed: https://github.com/pytest-dev/pytest-asyncio/issues/154
aresponses
asynctest
freezegun
Expand Down

0 comments on commit 2ff9731

Please sign in to comment.