mirror of
https://github.com/python/cpython.git
synced 2025-11-17 17:46:45 +00:00
Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5.
This commit is contained in:
parent
3bc3aaab13
commit
9a49c648ca
2 changed files with 3 additions and 12 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue