]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 11 Dec 2018 11:31:16 +0000 (11:31 +0000)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 11:31:16 +0000 (11:31 +0000)
commita932d0b496767b5aac14191cbc17093e502b6cb4
tree0c9d5200f75d0fa3c5b59943d66a06dbc5d411bb
parentdc525f4315cdbe84693396d3f7a65a00425743bb
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.
Lib/test/test_multiprocessing_fork.py
Lib/test/test_multiprocessing_forkserver.py