From c411cc843c6cb70620b16cbaf12a5a0610f27f21 Mon Sep 17 00:00:00 2001 From: Rodrigue Cloutier Date: Thu, 10 Dec 2015 10:22:06 -0500 Subject: Fix Windows support for multiprocessing monkey patch --HG-- branch : windows_multiprocessing_support --- tests/test_concurrency.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') 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", """\ -- cgit v1.2.1