Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: update requirement pytest-asyncio~=0.12 #82

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

sphuber
Copy link
Collaborator

@sphuber sphuber commented Aug 13, 2020

Fixes #47

Version 0.11.0 of pytest-asyncio introduced a change that breaks our
test because the event_loop fixture will no longer be run as fast as
possible causing tests that use it to start a different event loop. This
would throw an error saying that the future was attached to a different
event loop. This is fixed in pytest-asyncio==0.12.0.

Version `0.11.0` of `pytest-asyncio` introduced a change that breaks our
test because the `event_loop` fixture will no longer be run as fast as
possible causing tests that use it to start a different event loop. This
would throw an error saying that the future was attached to a different
event loop. This is fixed in `pytest-asyncio==0.12.0`.
@sphuber sphuber requested a review from muhrin August 13, 2020 09:01
@muhrin muhrin merged commit cc41dd2 into develop Aug 14, 2020
@sphuber sphuber deleted the fix/047/pytest-asyncio branch August 14, 2020 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests incompatible with pytest-asyncio = 0.11.0
2 participants