Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5.

This commit is contained in:
Victor Stinner 2014-02-18 09:13:47 +01:00
parent 3bc3aaab13
commit 9a49c648ca
2 changed files with 3 additions and 12 deletions

View file

@ -1623,8 +1623,9 @@ else:
# than 10.9 (Maverick)
@support.requires_mac_ver(10, 9)
# Issue #20667: KqueueEventLoopTests.test_read_pty_output()
# hangs on OpenBSD 5.4
@support.requires_openbsd_version(5, 5)
# hangs on OpenBSD 5.5
@unittest.skipIf(sys.platform.startswith('openbsd'),
'test hangs on OpenBSD')
def test_read_pty_output(self):
super().test_read_pty_output()