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

Fix "There is no current event loop" in the asyncio test #236

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WOnder93
Copy link
Contributor

This bug is causing the test to fail under Python 3.14. Fix it by calling asyncio.new_event_loop() and asyncio.set_event_loop() as recommended in: https://stackoverflow.com/a/73367187

Fixes #197

This bug is causing the test to fail under Python 3.14. Fix it by
calling asyncio.new_event_loop() and asyncio.set_event_loop() as
recommended in: https://stackoverflow.com/a/73367187

Fixes jaraco#197
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.

In tests DeprecationWarning no event loop
1 participant