There was an error while loading. Please reload this page.
1 parent 53916ee commit 6df4993Copy full SHA for 6df4993
1 file changed
Lib/test/test_asyncio/test_subprocess.py
@@ -220,7 +220,7 @@ def test_kill_issue43884(self):
220
# kills the process and all its children.
221
creationflags = CREATE_NEW_PROCESS_GROUP
222
proc = self.loop.run_until_complete(
223
- asyncio.create_subprocess_shell(blocking_shell_command, stdout=asyncio.subprocess.PIPE,
+ asyncio.create_subprocess_shell(blocking_shell_command,
224
creationflags=creationflags)
225
)
226
self.loop.run_until_complete(asyncio.sleep(1))
0 commit comments