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