Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit a85d24e

Browse files
committed
Python issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD
older than FreeBSD 8
1 parent aa40ec5 commit a85d24e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_events.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,8 @@ def connect():
956956
# select, poll and kqueue don't support character devices (PTY) on Mac OS X
957957
# older than 10.6 (Snow Leopard)
958958
@support.requires_mac_ver(10, 6)
959+
# Issue #20495: The test hangs on FreeBSD 7.2 but pass on FreeBSD 9
960+
@support.requires_freebsd_version(8)
959961
def test_read_pty_output(self):
960962
proto = None
961963

0 commit comments

Comments
 (0)