Since pytest-asyncio==0.17.0 was released on January 13th, the tests are broken. See this build as an example. Tests are failing because the loop is closed (see exception below). This may be because they changed the way async tests are automatically marked in the new version and now the event loop that gets used automatically gets closed after each test.
Since
pytest-asyncio==0.17.0
was released on January 13th, the tests are broken. See this build as an example. Tests are failing because the loop is closed (see exception below). This may be because they changed the way async tests are automatically marked in the new version and now the event loop that gets used automatically gets closed after each test.