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
6 COVERAGE_FILE = {work_dir}/.coverage.{env_name}
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 \