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 4c248ab commit f9c5d67Copy full SHA for f9c5d67
pytest_asyncio/plugin.py
@@ -818,7 +818,6 @@ def _create_scoped_runner_fixture(scope: _ScopeName) -> Callable:
818
name=f"_{scope}_scoped_runner",
819
)
820
def _scoped_runner(
821
- *args, # Function needs to accept "cls" when collected by pytest.Class
822
event_loop_policy,
823
) -> Iterator[Runner]:
824
new_loop_policy = event_loop_policy
0 commit comments