]> granicus.if.org Git - python/commit
Issue #24725: Skip the test_socket.testFDPassEmpty on OS X.
authorBrett Cannon <brett@python.org>
Tue, 29 Dec 2015 01:17:58 +0000 (17:17 -0800)
committerBrett Cannon <brett@python.org>
Tue, 29 Dec 2015 01:17:58 +0000 (17:17 -0800)
commit3c61a448f106c7cafb050ff7be5c5c421273e68f
treeb77ee4a57bfb792a390211225500ad121d3be607
parent2335f44d8e3b71814b26583f4942ee16738b7486
Issue #24725: Skip the test_socket.testFDPassEmpty on OS X.

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