We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e992516 commit d7d599dCopy full SHA for d7d599d
pytest_asyncio/plugin.py
@@ -523,6 +523,7 @@ def pytest_pycollect_makeitem_preprocess_async_fixtures(
523
return None
524
525
526
+# TODO: #778 Narrow down return type of function when dropping support for pytest 7
527
# The function name needs to start with "pytest_"
528
# see https://github.com/pytest-dev/pytest/issues/11307
529
@pytest.hookimpl(specname="pytest_pycollect_makeitem", hookwrapper=True)
@@ -738,6 +739,7 @@ def pytest_generate_tests(metafunc: Metafunc) -> None:
738
739
)
740
741
742
743
@pytest.hookimpl(hookwrapper=True)
744
def pytest_fixture_setup(
745
fixturedef: FixtureDef,
0 commit comments