summaryrefslogtreecommitdiff
path: root/test/test_self.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_self.py')
-rw-r--r--test/test_self.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_self.py b/test/test_self.py
index ef5de96..57f4701 100644
--- a/test/test_self.py
+++ b/test/test_self.py
@@ -131,9 +131,6 @@ class RunTC(unittest.TestCase):
self._runtest([join(HERE, 'regrtest_data/no_stdout_encoding.py')],
out=strio)
- @unittest.skipIf(sys.platform.startswith("win") and sys.version_info[0] == 2,
- "This test does not work on Python 2.X due to a bug in "
- "multiprocessing.")
def test_parallel_execution(self):
self._runtest(['-j 2', 'pylint/test/functional/arguments.py',
'pylint/test/functional/bad_continuation.py'], code=1)