]> granicus.if.org Git - python/commitdiff
test_concurrent_futures: remove temporary hack
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 7 Nov 2010 04:36:56 +0000 (04:36 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 7 Nov 2010 04:36:56 +0000 (04:36 +0000)
Lib/test/test_concurrent_futures.py

index fd94f9f32ccb5ecddf35a6733ad750260d8e1db8..6427368fd673b43675dcb7b127f688342dc8089c 100644 (file)
@@ -815,10 +815,6 @@ class FutureTests(unittest.TestCase):
         self.assertTrue(isinstance(f1.exception(timeout=5), IOError))
 
 def test_main():
-    # FIXME: remove this temporary hack to check a failure
-    # on "x86 FreeBSD 7.2 3.x"  buildbot
-    import os; os.system("ulimit -a")
-
     test.support.run_unittest(ProcessPoolExecutorTest,
                               ThreadPoolExecutorTest,
                               ProcessPoolWaitTests,