Skip to content

Commit 4606fc4

Browse files
committed
test: downgrade pytest-asyncio
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
1 parent 0877bbe commit 4606fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docutils
44
pylint
55
sphinx
66
codecov
7-
pytest-asyncio
7+
pytest-asyncio==0.10.0 # until https://github.com/pytest-dev/pytest-asyncio/issues/157 is fixed
88
asynctest
99
pyinotify
1010
psutil

0 commit comments

Comments
 (0)