]> granicus.if.org Git - python/commit
Close #20365: Skip test_asyncio.test_events.test_read_pty_output() on Mac OS X
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 23 Jan 2014 16:26:06 +0000 (17:26 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 23 Jan 2014 16:26:06 +0000 (17:26 +0100)
commit8ce6e1100e5bb13c2e714e6cdf5d8fac77f39a94
tree0ea325b723e1ec9901aa046f6c70e8a4991485d6
parent418e80ba00e88db4ab7098da4fa5b141bbdf6fcd
Close #20365: Skip test_asyncio.test_events.test_read_pty_output() on Mac OS X
older than 10.9 (Maverick). kqueue doesn't support character devices (PTY) on
Mac OS X older than 10.9.
Lib/test/test_asyncio/test_events.py