You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful when testing an application that uses a custom implementation of asyncio.AbstractEventLoop to be able to provide a custom event loop policy and/or custom event loop via a configuration option.
It is of course already possible to set the event loop policy globally with asyncio.set_event_loop_policy (e.g. in pytest_configure) or to override the event_loop fixture so that it returns a loop of the desired class, so perhaps this would be unnecessary.