1 --- pytest-cov-6.0.0/tests/test_pytest_cov.py.orig
2 +++ pytest-cov-6.0.0/tests/test_pytest_cov.py
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')
11 --- pytest-cov-6.0.0/tox.ini.orig
12 +++ pytest-cov-6.0.0/tox.ini
14 {bootstrap,clean,check,report,docs}: {env:TOXPYTHON:python3}
17 - PYTHONPATH={toxinidir}/tests
20 # Use env vars for (optional) pinning of deps.