We cannot compare against origin/main branch because we build from sdist, not git. --- tox-4.23.2/tox.toml.orig +++ tox-4.23.2/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.23.2/pyproject.toml.orig +++ tox-4.23.2/pyproject.toml @@ -231,7 +231,6 @@ "build[virtualenv]>=1.2.2", "covdefaults>=2.3", "detect-test-pollution>=1.2", - "diff-cover>=9.2", "distlib>=0.3.8", "flaky>=3.8.1", "hatch-vcs>=0.4",