pytest-asyncio 0.25.2
- Call
loop.shutdown_asyncgens()
before closing the event loop to ensure async generators are closed in the same manner asasyncio.run
does #1034
loop.shutdown_asyncgens()
before closing the event loop to ensure async generators are closed in the same manner as asyncio.run
does #1034