Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "There is no current event loop" in the asyncio test
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
- Loading branch information