Skip to content

Commit 037e9d2

Browse files
fix test
1 parent 0ecdfd9 commit 037e9d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_asyncio/test_subprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def test_kill_issue43884(self):
233233
# expect 1 but sometimes get 0
234234
else:
235235
self.assertEqual(-signal.SIGKILL, returncode)
236+
self.loop.run_until_complete(proc.stdout.read())
236237

237238
def test_terminate(self):
238239
args = PROGRAM_BLOCKED

0 commit comments

Comments
 (0)