summaryrefslogtreecommitdiff
path: root/tests/test_runner/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner/tests.py')
-rw-r--r--tests/test_runner/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_runner/tests.py b/tests/test_runner/tests.py
index fca430e93f..28145be3db 100644
--- a/tests/test_runner/tests.py
+++ b/tests/test_runner/tests.py
@@ -684,7 +684,6 @@ class NoInitializeSuiteTestRunnerTests(SimpleTestCase):
class TestRunnerInitializerTests(SimpleTestCase):
-
# Raise an exception to don't actually run tests.
@mock.patch.object(
multiprocessing, "Pool", side_effect=Exception("multiprocessing.Pool()")