Replies: 1 comment 3 replies
-
this is a issue with pytest-asyncio - as far as i understood you need to set up its event loop replacement policy (it uses separate event loops) see its documentation |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to add this to conftest and this didn't solve problem. Pytest still uses
ProactorEventLoop
.Beta Was this translation helpful? Give feedback.
All reactions