diff options
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 97aa55ff..0f5ffe95 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -222,9 +222,6 @@ class ConcurrencyTest(CoverageTest): class MultiprocessingTest(CoverageTest): """Test support of the multiprocessing module.""" - def setUp(self): - super(MultiprocessingTest, self).setUp() - def test_multiprocessing(self): self.make_file("multi.py", """\ import multiprocessing |