]> granicus.if.org Git - python/commitdiff
Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions.
authorCharles-François Natali <cf.natali@gmail.com>
Sun, 8 Sep 2013 10:31:32 +0000 (12:31 +0200)
committerCharles-François Natali <cf.natali@gmail.com>
Sun, 8 Sep 2013 10:31:32 +0000 (12:31 +0200)
Lib/test/test_selectors.py

index 8041187cbfbe45e01e11f036894c9028fc7d99f4..6ce4d8a2169bb0bdae76bac6f0de82b8f231e539 100644 (file)
@@ -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