Marcel Telka
2024-04-05 26ab531a0abac615aaedf17622ee2aa5e19c5114
commit | author | age
370026 1 We cannot compare against origin/main branch because we build from sdist, not git.
MT 2
26ab53 3 --- pipdeptree-2.17.0/tox.ini.orig
MT 4 +++ pipdeptree-2.17.0/tox.ini
cdb031 5 @@ -30,7 +30,6 @@
370026 6        --cov-report html:{envtmpdir}{/}htmlcov --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \
0384d9 7        --junitxml {toxworkdir}{/}junit.{envname}.xml \
370026 8        tests}
0384d9 9 -    diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}{/}coverage.{envname}.xml --fail-under 100
370026 10  
cdb031 11  [testenv:fix]
MT 12  description = format the code base to adhere to our styles, and complain about what we cannot do automatically
26ab53 13 --- pipdeptree-2.17.0/pyproject.toml.orig
MT 14 +++ pipdeptree-2.17.0/pyproject.toml
15 @@ -48,7 +48,6 @@
ebf620 16  ]
MT 17  optional-dependencies.test = [
18    "covdefaults>=2.3",
32f8a5 19 -  "diff-cover>=8.0.1",
MT 20    "pytest>=7.4.3",
ebf620 21    "pytest-cov>=4.1",
d8b98c 22    "pytest-mock>=3.12",