We cannot compare against origin/main branch because we build from sdist, not git. --- filelock-3.24.3/tox.toml.orig +++ filelock-3.24.3/tox.toml @@ -35,14 +35,6 @@ ] }, "tests", ], - { replace = "posargs", extend = true, default = [ - [ - "diff-cover", - "--compare-branch", - { replace = "env", name = "DIFF_AGAINST", default = "origin/main" }, - "{env_tmp_dir}{/}coverage.xml", - ], - ] }, ] [env.fix] --- filelock-3.24.3/pyproject.toml.orig +++ filelock-3.24.3/pyproject.toml @@ -57,7 +57,6 @@ ] test = [ "covdefaults>=2.3", - "diff-cover>=10.2", "pytest>=9.0.2", "pytest-asyncio>=1.3", "pytest-cov>=7",