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 1ab056f commit 98a6f4eCopy full SHA for 98a6f4e
pytest_asyncio/plugin.py
@@ -827,8 +827,8 @@ def _scoped_runner(
827
request: FixtureRequest,
828
) -> Iterator[Runner]:
829
new_loop_policy = event_loop_policy
830
-
831
- # We need to get the factory now because
+
+ # We need to get the factory now because
832
# _temporary_event_loop_policy can override the Runner
833
factory = _get_loop_facotry(request)
834
debug_mode = _get_asyncio_debug(request.config)
0 commit comments