We cannot compare against origin/main branch because we build from sdist, not git. --- filelock-3.13.3/tox.ini.orig +++ filelock-3.13.3/tox.ini @@ -31,7 +31,7 @@ --cov-config=pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered --cov-context=test \ --cov-report html:{envtmpdir}{/}htmlcov --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \ tests - diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}{/}coverage.{envname}.xml} + } [testenv:fix] description = format the code base to adhere to our styles, and complain about what we cannot do automatically --- filelock-3.13.3/pyproject.toml.orig +++ filelock-3.13.3/pyproject.toml @@ -46,7 +46,6 @@ optional-dependencies.testing = [ "covdefaults>=2.3", "coverage>=7.3.2", - "diff-cover>=8.0.1", "pytest>=7.4.3", "pytest-cov>=4.1", "pytest-mock>=3.12",