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
Fix deprecated override of the event loop with async-solipsism
The new version of pytest-async doesn't allow overriding the event loop
with a fixture as we used to, so we need to use the `event_loop_policy`
fixture instead.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments