Skip to content

Commit dfa3a50

Browse files
committed
other commits outside of this fork screwed this up, let me fix that...
1 parent d45d89c commit dfa3a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_asyncio/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def _scoped_runner(
832832
# _temporary_event_loop_policy can override the Runner
833833
factory = _get_loop_facotry(request)
834834
debug_mode = _get_asyncio_debug(request.config)
835-
with _temporary_event_loop_policy(new_loop_policy):
835+
with _temporary_event_loop_policy(new_loop_policy, factory):
836836
runner = Runner(debug=debug_mode, loop_factory=factory).__enter__()
837837

838838
try:

0 commit comments

Comments
 (0)