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
refactor: test_async_fixtures_with_finalizer no longer trigger a DeprecationWarning on Python 3.10.
The code was adjusted to use asyncio.get_event_loop_policy().get_event_loop() rather than the deprecated asyncio.get_event_loop().
Some additional comments were added to clarify the circumstances under which the test can fail.
Signed-off-by: Michael Seifert <[email protected]>
0 commit comments