diff options
author | Rodrigue Cloutier <rodrigue.cloutier@ubisoft.com> | 2015-12-10 10:22:06 -0500 |
---|---|---|
committer | Rodrigue Cloutier <rodrigue.cloutier@ubisoft.com> | 2015-12-10 10:22:06 -0500 |
commit | edf6154e98b6b59a7f30898bc99e19b1bb2ce87d (patch) | |
tree | 5acb0ce2f9408e7f7a827d5aa4d63335515b80a3 /tests/test_concurrency.py | |
parent | cbab3c1f7905538b51dd901453ea86f8b2fcff4a (diff) | |
download | python-coveragepy-edf6154e98b6b59a7f30898bc99e19b1bb2ce87d.tar.gz |
Fix Windows support for multiprocessing monkey patch
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index c6d750d..97aa55f 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -224,10 +224,6 @@ class MultiprocessingTest(CoverageTest): 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", """\ |