Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13b493e

Browse files
committed
Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than
FreeBSD 8
1 parent 5402272 commit 13b493e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_asyncio/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)