Skip to content

Commit 008447b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d22a7f1 + 92ae386 commit 008447b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_pytest_cov.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,8 @@ def test_run_target():
803803
assert result.ret == 0
804804

805805

806+
@pytest.mark.skipif('sys.platform == "win32"',
807+
reason="multiprocessing don't support clean process temination on Windows")
806808
def test_multiprocessing_subprocess_with_terminate(testdir):
807809
py.test.importorskip('multiprocessing.util')
808810

0 commit comments

Comments
 (0)