Marcel Telka
2024-04-03 1e5fef1a8c653f8be12b2aeadac3a818fa113f55
1
2
3
4
5
6
7
8
9
10
--- pytest-cov-5.0.0/tests/test_pytest_cov.py.orig
+++ pytest-cov-5.0.0/tests/test_pytest_cov.py
@@ -864,6 +864,7 @@
     assert result.ret == 0
 
 
+@pytest.mark.skip(reason="mangles PYTHONPATH and so it is not able to find pytest-cov in proto area")
 def test_central_subprocess_change_cwd_with_pythonpath(pytester, testdir, monkeypatch):
     stuff = testdir.mkdir('stuff')
     parent_script = stuff.join('parent_script.py')