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
6 _COVERAGE_SRC = {envsitepackagesdir}/sphinx_argparse_cli
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 \