Skip to content

Comments

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

Open
WOnder93 wants to merge 1 commit intojaraco:mainfrom
WOnder93:fix-issue-197
Open

Fix "There is no current event loop" in the asyncio test#236
WOnder93 wants to merge 1 commit intojaraco:mainfrom
WOnder93:fix-issue-197

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