Marcel Telka
2024-04-05 26ab531a0abac615aaedf17622ee2aa5e19c5114
commit | author | age
ebf620 1 We test in proto area not in site-packages.
MT 2
26ab53 3 --- pipdeptree-2.17.0/tox.ini.orig
MT 4 +++ pipdeptree-2.17.0/tox.ini
ebf620 5 @@ -25,7 +25,7 @@
MT 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 \