bugsnag / bugsnag-python

Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
https://docs.bugsnag.com/platforms/python/
MIT License
84 stars 42 forks source link

Fix asyncio event loop deprecation warning in test #361

Closed imjoehaines closed 1 year ago

imjoehaines commented 1 year ago

Goal

There's no event loop when we call 'get_event_loop' in this test, which works fine as it creates a new one anyway but now emits a deprecation warning

Creating a new event loop fixes the deprecation without changing the test's behaviour