perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / virtualenv / patches / 01-tox-cov-proto.patch
blobb4aa7264c54e82c0905701bdace021cfab946b1c
1 We test in proto area not in site-packages.
3 --- virtualenv-20.28.0/tox.ini.orig
4 +++ virtualenv-20.28.0/tox.ini
5 @@ -29,7 +29,7 @@
6 COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
7 COVERAGE_PROCESS_START = {toxinidir}/pyproject.toml
8 PYTHONWARNDEFAULTENCODING = 1
9 - _COVERAGE_SRC = {envsitepackagesdir}/virtualenv
10 + _COVERAGE_SRC = virtualenv
11 commands =
12 coverage erase
13 coverage run -m pytest {posargs:--junitxml "{toxworkdir}/junit.{envname}.xml" tests --int}