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
Doing it in a fixture is too late: event_loop might have already been
called if the first test running is async, and it would fail on Windows.
This started to be needed after pytest-asyncio 0.17.0 was released.
See <pytest-dev/pytest-asyncio#256>.
0 commit comments