From: Victor Stinner Date: Tue, 11 Feb 2014 17:40:56 +0000 (+0100) Subject: Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than X-Git-Tag: v3.4.0rc2~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9887fd7a7947bc3e53375a749171213d232b2e5c;p=thirdparty%2FPython%2Fcpython.git Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than FreeBSD 8 --- diff --git a/Lib/test/test_asyncio/test_events.py b/Lib/test/test_asyncio/test_events.py index 3f99da4c9817..d5d667a32768 100644 --- a/Lib/test/test_asyncio/test_events.py +++ b/Lib/test/test_asyncio/test_events.py @@ -956,6 +956,8 @@ class EventLoopTestsMixin: # select, poll and kqueue don't support character devices (PTY) on Mac OS X # older than 10.6 (Snow Leopard) @support.requires_mac_ver(10, 6) + # Issue #20495: The test hangs on FreeBSD 7.2 but pass on FreeBSD 9 + @support.requires_freebsd_version(8) def test_read_pty_output(self): proto = None