mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
test_concurrent_futures: remove temporary hack
This commit is contained in:
parent
62fbdd9b7b
commit
2e598faade
1 changed files with 0 additions and 4 deletions
|
@ -815,10 +815,6 @@ class FutureTests(unittest.TestCase):
|
||||||
self.assertTrue(isinstance(f1.exception(timeout=5), IOError))
|
self.assertTrue(isinstance(f1.exception(timeout=5), IOError))
|
||||||
|
|
||||||
def test_main():
|
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,
|
test.support.run_unittest(ProcessPoolExecutorTest,
|
||||||
ThreadPoolExecutorTest,
|
ThreadPoolExecutorTest,
|
||||||
ProcessPoolWaitTests,
|
ProcessPoolWaitTests,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue