perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pipdeptree / patches / 04-tox-cov-proto.patch
blob37ad15a70a546f32a13a287f66b80d1c6b03912f
1 We test in proto area not in site-packages.
3 --- pipdeptree-2.24.0/tox.ini.orig
4 +++ pipdeptree-2.24.0/tox.ini
5 @@ -27,7 +27,7 @@
6 COVERAGE_FILE = {work_dir}/.coverage.{env_name}
7 commands =
8 python -m pytest {tty:--color=yes} {posargs: \
9 - --cov {env_site_packages_dir}{/}pipdeptree --cov {tox_root}{/}tests \
10 + --cov pipdeptree --cov {tox_root}{/}tests \
11 --cov-config=pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered --cov-context=test \
12 --cov-report html:{env_tmp_dir}{/}htmlcov --cov-report xml:{work_dir}{/}coverage.{env_name}.xml \
13 --junitxml {work_dir}{/}junit.{env_name}.xml \