Skip to content

Commit

Permalink
test: downgrade pytest-asyncio
Browse files Browse the repository at this point in the history
pytest-asyncio 0.11.0 uses different loops for fixtures and the actual
test and also closes event loop in some cases. Downgrade to 0.10.0 until
it's fixed.

pytest-dev/pytest-asyncio#154
pytest-dev/pytest-asyncio#157
  • Loading branch information
marmarek committed May 2, 2020
1 parent 0877bbe commit 4606fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/requirements.txt
Expand Up @@ -4,7 +4,7 @@ docutils
pylint
sphinx
codecov
pytest-asyncio
pytest-asyncio==0.10.0 # until https://github.com/pytest-dev/pytest-asyncio/issues/157 is fixed
asynctest
pyinotify
psutil
Expand Down

0 comments on commit 4606fc4

Please sign in to comment.