]> granicus.if.org Git - python/commitdiff
bpo-32517: re-enable test_read_pty_output on macOS (GH-6112)
authorNed Deily <nad@python.org>
Tue, 27 Mar 2018 21:17:28 +0000 (17:17 -0400)
committerGitHub <noreply@github.com>
Tue, 27 Mar 2018 21:17:28 +0000 (17:17 -0400)
Lib/test/test_asyncio/test_events.py

index f8bb01bd4e72899026cdbdd0d329e6aad064fc61..66c77b976dce1db537a84793e82d37eefb65458c 100644 (file)
@@ -1475,7 +1475,6 @@ class EventLoopTestsMixin:
 
     @unittest.skipUnless(sys.platform != 'win32',
                          "Don't support pipes for Windows")
-    @unittest.skipIf(sys.platform == 'darwin', 'test hangs on MacOS')
     def test_read_pty_output(self):
         proto = MyReadPipeProto(loop=self.loop)