firefox: update to 128.0.3
[oi-userland.git] / components / python / pipdeptree / patches / 04-tox-cov-proto.patch
blob3ef44e7533a2c3f969e37a3c20fc8e3a08231332
1 We test in proto area not in site-packages.
3 --- pipdeptree-2.23.1/tox.ini.orig
4 +++ pipdeptree-2.23.1/tox.ini
5 @@ -25,7 +25,7 @@
6 _COVERAGE_SRC = {envsitepackagesdir}/sphinx_argparse_cli
7 commands =
8 python -m pytest {tty:--color=yes} {posargs: \
9 - --cov {envsitepackagesdir}{/}pipdeptree --cov {toxinidir}{/}tests \
10 + --cov pipdeptree --cov {toxinidir}{/}tests \
11 --cov-config=pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered --cov-context=test \
12 --cov-report html:{envtmpdir}{/}htmlcov --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \
13 --junitxml {toxworkdir}{/}junit.{envname}.xml \