We cannot compare against origin/main branch because we build from sdist, not git. --- filelock-3.32.3/tox.toml.orig +++ filelock-3.32.3/tox.toml @@ -53,14 +53,6 @@ ], extend = true }, "tests", ], - { replace = "posargs", default = [ - [ - "diff-cover", - "--compare-branch", - { replace = "env", name = "DIFF_AGAINST", default = "origin/main" }, - "{env_tmp_dir}{/}coverage.xml", - ], - ], extend = true }, ] [env.coverage] --- filelock-3.32.3/pyproject.toml.orig +++ filelock-3.32.3/pyproject.toml @@ -58,7 +58,6 @@ ] test = [ "covdefaults>=2.3", - "diff-cover>=10.2", "exceptiongroup>=1.2; python_version<'3.11'", "pytest>=9.0.3", "pytest-asyncio>=1.3",