Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: test_async_fixtures_with_finalizer no longer trigger a Depr…
…ecationWarning 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 <m.seifert@digitalernachschub.de>
- Loading branch information