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 | c411cc843c6cb70620b16cbaf12a5a0610f27f21 (patch) | |
tree | 62abcc7cbbec5df27c1cd60741b4c269e1fcf8ee /tests/test_concurrency.py | |
parent | 667b52845a87a4a8c1c5bec59f0366de3c896bf9 (diff) | |
download | python-coveragepy-git-c411cc843c6cb70620b16cbaf12a5a0610f27f21.tar.gz |
Fix Windows support for multiprocessing monkey patch
--HG--
branch : windows_multiprocessing_support
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 c6d750d0..97aa55ff 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", """\ |