]> granicus.if.org Git - python/commit
bpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 May 2017 12:11:35 +0000 (14:11 +0200)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 12:11:35 +0000 (14:11 +0200)
commit5e9c1101924bacf3ead03124b5c1e48551638360
treefb7ac803b69779885cffff47386a866f2a065a39
parent23b312b087582cec5cc8c528d267eb42061601ac
bpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)

In OS X 10.11, the test fails consistently due to a platform change
since 10.10. Thanks to Jeff Ramnani for the patch.

(cherry picked from commit 3c61a448f106c7cafb050ff7be5c5c421273e68f)
Lib/test/test_socket.py