We cannot compare against origin/main branch because we build from sdist, not git. --- pipdeptree-2.17.0/tox.ini.orig +++ pipdeptree-2.17.0/tox.ini @@ -30,7 +30,6 @@ --cov-report html:{envtmpdir}{/}htmlcov --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \ --junitxml {toxworkdir}{/}junit.{envname}.xml \ tests} - diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}{/}coverage.{envname}.xml --fail-under 100 [testenv:fix] description = format the code base to adhere to our styles, and complain about what we cannot do automatically --- pipdeptree-2.17.0/pyproject.toml.orig +++ pipdeptree-2.17.0/pyproject.toml @@ -48,7 +48,6 @@ ] optional-dependencies.test = [ "covdefaults>=2.3", - "diff-cover>=8.0.1", "pytest>=7.4.3", "pytest-cov>=4.1", "pytest-mock>=3.12",