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 3924d80 commit 9631ed6Copy full SHA for 9631ed6
test/asynchronous/conftest.py
@@ -24,7 +24,7 @@ def event_loop_policy():
24
return asyncio.get_event_loop_policy()
25
26
27
-@pytest_asyncio.fixture(scope="packages", autouse=True)
+@pytest_asyncio.fixture(scope="package", autouse=True)
28
async def test_setup_and_teardown():
29
await async_setup()
30
yield
test/conftest.py
@@ -22,7 +22,7 @@ def event_loop_policy():
22
23
-@pytest.fixture(scope="packages", autouse=True)
+@pytest.fixture(scope="package", autouse=True)
def test_setup_and_teardown():
setup()
0 commit comments