]> 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:22:53 +0000 (04:22 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 12:22:53 +0000 (04:22 -0800)
commit97568761a6adb64d750fb0ea68484f67ae5e54f7
treebcb3a19fb9a3509f80fa720ed413bd2f21aad6d0
parent869e23e0af806ed3a10d0484827cb1b5f5cd5e5f
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