From 2e598faade9cf6b630e3e22844dea39a6e5f91d8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 7 Nov 2010 04:36:56 +0000 Subject: [PATCH] test_concurrent_futures: remove temporary hack --- Lib/test/test_concurrent_futures.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Lib/test/test_concurrent_futures.py b/Lib/test/test_concurrent_futures.py index fd94f9f32c..6427368fd6 100644 --- a/Lib/test/test_concurrent_futures.py +++ b/Lib/test/test_concurrent_futures.py @@ -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, -- 2.40.0