mirror of https://github.com/MagicStack/uvloop.git
tests: Fix hanging test_read_pty_output
This commit is contained in:
parent
b5aa30b264
commit
6128b960c3
|
@ -126,6 +126,7 @@ class _BasePipeTest:
|
|||
# ignore it.
|
||||
self.loop.set_exception_handler(lambda loop, ctx: None)
|
||||
os.close(slave)
|
||||
proto.transport.close()
|
||||
self.loop.run_until_complete(proto.done)
|
||||
|
||||
self.assertEqual(
|
||||
|
|
Loading…
Reference in New Issue