Skip process kill tests on Windows

This commit is contained in:
David Murphy 2019-08-01 21:01:33 -06:00
parent 5577f143be
commit 2866520aa4

View file

@ -236,6 +236,7 @@ class TestProcess(TestCase):
# pylint: enable=assignment-from-none
@skipIf(sys.platform.startswith('win'), 'pickling nested function errors on Windows')
class TestSignalHandlingMultiprocessingProcess(TestCase):
@skipIf(NO_MOCK, NO_MOCK_REASON)