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 148482c commit 3a2d844Copy full SHA for 3a2d844
test/asynchronous/conftest.py
@@ -22,7 +22,7 @@ def event_loop_policy():
22
return asyncio.get_event_loop_policy()
23
24
25
-@pytest_asyncio.fixture(scope="session", autouse=True)
+@pytest_asyncio.fixture(scope="package", autouse=True)
26
async def test_setup_and_teardown():
27
await async_setup()
28
yield
test/conftest.py
@@ -20,7 +20,7 @@ def event_loop_policy():
20
21
-@pytest.fixture(scope="session", autouse=True)
+@pytest.fixture(scope="package", autouse=True)
def test_setup_and_teardown():
setup()
0 commit comments