Andreas Wacknitz
2024-03-26 5db69dc840ef6ca3119a69dd356812721954d272
commit | author | age
a5a58a 1 We test in proto area not in site-packages.
MT 2
e46de2 3 --- filelock-3.13.3/tox.ini.orig
MT 4 +++ filelock-3.13.3/tox.ini
a5a58a 5 @@ -27,7 +27,7 @@
MT 6      COVERAGE_FILE = {toxworkdir}{/}.coverage.{envname}
7  commands =
8      pytest {tty:--color=yes} {posargs: \
9 -      --junitxml {toxworkdir}{/}junit.{envname}.xml --cov {envsitepackagesdir}{/}filelock --cov {toxinidir}{/}tests \
10 +      --junitxml {toxworkdir}{/}junit.{envname}.xml --cov filelock --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        tests