perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pytest-cov / patches / 02-test-PYTHONPATH.patch
blobc2d9f4c699a43162d8eab379d4c138fccbeaaaff
1 --- pytest-cov-6.0.0/tests/test_pytest_cov.py.orig
2 +++ pytest-cov-6.0.0/tests/test_pytest_cov.py
3 @@ -884,6 +884,7 @@
4 assert result.ret == 0
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
13 @@ -31,7 +31,6 @@
14 {bootstrap,clean,check,report,docs}: {env:TOXPYTHON:python3}
15 extras = testing
16 setenv =
17 - PYTHONPATH={toxinidir}/tests
18 PYTHONUNBUFFERED=yes
20 # Use env vars for (optional) pinning of deps.