From: Charles-François Natali Date: Sun, 8 Sep 2013 10:31:32 +0000 (+0200) Subject: Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions. X-Git-Tag: v3.4.0a3~27^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=807ba8552a5e6dffa4d15f8f9a1e2679507efcfb;p=python Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions. --- diff --git a/Lib/test/test_selectors.py b/Lib/test/test_selectors.py index 8041187cbf..6ce4d8a216 100644 --- a/Lib/test/test_selectors.py +++ b/Lib/test/test_selectors.py @@ -301,6 +301,8 @@ class BaseSelectorTestCase(unittest.TestCase): class ScalableSelectorMixIn: + # see issue #18963 for why it's skipped on older OS X versions + @support.requires_mac_ver(10, 5) @unittest.skipUnless(resource, "Test needs resource module") def test_above_fd_setsize(self): # A scalable implementation should have no problem with more than