]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Dec 2018 12:14:23 +0000 (04:14 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 12:14:23 +0000 (04:14 -0800)
commitd55a896cd63e72e2848c48226d031d612539ea2a
tree8cb250a3abb2a9b6da0a3c7744ecda92dec5467c
parentf7404a5a08b70ec171279a277c1817e82430fa83
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086)

Forkserver and fork are not available on Windows and therefore these test must be skipped.
(cherry picked from commit a932d0b496767b5aac14191cbc17093e502b6cb4)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_multiprocessing_fork.py
Lib/test/test_multiprocessing_forkserver.py