summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2015-12-24 09:02:59 -0500
committerNed Batchelder <nedbat@gmail.com>2015-12-24 09:02:59 -0500
commit846426f10779bc0c97b4755b901a8b58e5405e09 (patch)
tree95dfb7a3eea55c21eabfc717a658dbaddde79e4e /tests/test_concurrency.py
parentae91d45616dbc4dddcd66955b41ffb5fa420ddda (diff)
parent24f2dd5b4f8954133c4767905a67352d50e3e465 (diff)
downloadpython-coveragepy-git-846426f10779bc0c97b4755b901a8b58e5405e09.tar.gz
Merged in rodcloutier/coverage.py/windows_multiprocessing_support (pull request #76)
Fix Windows support for multiprocessing monkey patch
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index c6d750d0..0f5ffe95 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -222,13 +222,6 @@ class ConcurrencyTest(CoverageTest):
class MultiprocessingTest(CoverageTest):
"""Test support of the multiprocessing module."""
- def setUp(self):
- super(MultiprocessingTest, self).setUp()
- # Currently, this doesn't work on Windows, something about pickling
- # the monkey-patched Process class?
- if env.WINDOWS:
- self.skip("Multiprocessing support doesn't work on Windows")
-
def test_multiprocessing(self):
self.make_file("multi.py", """\
import multiprocessing