Future pending, attached to different loop #1239
Unanswered
WolfgangFB
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@WolfgangFB A bunch of breaking changes were introduced since pytest-asyncio v0.18. I suggest to upgrade from one minor version to the next and work your way forward. Are you aware of the migration guides in the How-To section of the docs? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
when using pytest-asyncio 1.2.à ( previously i has pytest-asyncio 0.18.1, i get now for my session fixture websocket used in a test class that has several tests using this socket, the Failure Future pending, attached to different loop.
This same test was working under pytest_asyncio 0.18.1. I am unable to get it working in pytest_asyncio 1.2.0
Beta Was this translation helpful? Give feedback.
All reactions