Skip to content

Commit 6a2539c

Browse files
authored
bpo-32517: re-enable test_read_pty_output on macOS (GH-6112)
1 parent fd1b8f8 commit 6a2539c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_asyncio/test_events.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,6 @@ async def connect():
14751475

14761476
@unittest.skipUnless(sys.platform != 'win32',
14771477
"Don't support pipes for Windows")
1478-
@unittest.skipIf(sys.platform == 'darwin', 'test hangs on MacOS')
14791478
def test_read_pty_output(self):
14801479
proto = MyReadPipeProto(loop=self.loop)
14811480

0 commit comments

Comments
 (0)