Skip to content

Commit 9de63b4

Browse files
committed
test loop fix
1 parent e47d6f9 commit 9de63b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_process_spawning.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def spawn_process():
9393

9494
return True
9595

96-
uvloop.install()
9796
loop = uvloop.new_event_loop()
9897
proc = loop.run_until_complete(run(loop))
9998
self.assertTrue(proc)

0 commit comments

Comments
 (0)