We cannot compare against origin/main branch because we build from sdist, not git. --- tox-4.25.0/tox.toml.orig +++ tox-4.25.0/tox.toml @@ -39,12 +39,6 @@ "--run-integration", ] }, ], - [ - "diff-cover", - "--compare-branch", - { replace = "env", name = "DIFF_AGAINST", default = "origin/main" }, - "{work_dir}{/}coverage.{env_name}.xml", - ], ] [env.fix] --- tox-4.25.0/pyproject.toml.orig +++ tox-4.25.0/pyproject.toml @@ -84,7 +84,6 @@ "build[virtualenv]>=1.2.2.post1", "covdefaults>=2.3", "detect-test-pollution>=1.2", - "diff-cover>=9.2", "distlib>=0.3.9", "flaky>=3.8.1", "hatch-vcs>=0.4",