No successful run was found on main (bd8406f) during the generation of this report, so cd0a09c was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
test: replace deprecated `event_loop` fixture
Replace the deprecated `event_loop` fixture with
`asyncio.get_running_loop()` as recommended in pytest-asyncio
documentation [1]. This fixes compatibility with >=pytest-asyncio-1.0.0
without breaking compatibility with older versions.
[1] https://pytest-asyncio.readthedocs.io/en/stable/how-to-guides/migrate_from_0_21.html
Signed-off-by: Michał Górny <mgorny@gentoo.org>