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 562f958 commit 88e8454Copy full SHA for 88e8454
pytest_asyncio/plugin.py
@@ -255,11 +255,6 @@ def _preprocess_async_fixtures(
255
or default_loop_scope
256
or fixturedef.scope
257
)
258
- if (
259
- loop_scope == "function"
260
- and "_function_event_loop" not in fixturedef.argnames
261
- ):
262
- fixturedef.argnames += ("_function_event_loop",)
263
_make_asyncio_fixture_function(func, loop_scope)
264
if "request" not in fixturedef.argnames:
265
fixturedef.argnames += ("request",)
0 commit comments