We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41818e3 commit 8110626Copy full SHA for 8110626
pytest_asyncio/plugin.py
@@ -657,8 +657,6 @@ def pytest_generate_tests(metafunc: Metafunc) -> None:
657
return
658
default_loop_scope = _get_default_test_loop_scope(metafunc.config)
659
loop_scope = _get_marked_loop_scope(marker, default_loop_scope)
660
- if loop_scope == "function":
661
- return
662
event_loop_fixture_id = f"_{loop_scope}_event_loop"
663
# This specific fixture name may already be in metafunc.argnames, if this
664
# test indirectly depends on the fixture. For example, this is the case
0 commit comments