We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e80939 commit 227e3d5Copy full SHA for 227e3d5
tests/tests_async/conftest.py
@@ -6,6 +6,7 @@ def anyio_backend():
6
return "asyncio"
7
8
9
+# this keeps the event loop open for the entire test suite
10
@pytest.fixture(scope="session", autouse=True)
11
async def keepalive(anyio_backend):
12
pass
0 commit comments