Skip to content

Commit e4693d6

Browse files
rebase test
1 parent 2ba98b4 commit e4693d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_asyncio/test_subprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ 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())
237236

238237
def test_terminate(self):
239238
args = PROGRAM_BLOCKED

0 commit comments

Comments
 (0)