We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pytest.hookimpl
pytest_configure
1 parent 9aea81e commit a6a2533Copy full SHA for a6a2533
pytest_aiohttp/plugin.py
@@ -18,7 +18,7 @@
18
)
19
20
21
-@pytest.mark.tryfirst
+@pytest.hookimpl(tryfirst=True)
22
def pytest_configure(config) -> None:
23
val = config.getoption("asyncio_mode")
24
if val is None:
0 commit comments