We cannot compare against origin/main branch because we build from sdist, not git.

--- filelock-3.17.0/tox.ini.orig
+++ filelock-3.17.0/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.17.0/pyproject.toml.orig
+++ filelock-3.17.0/pyproject.toml
@@ -48,7 +48,6 @@
 optional-dependencies.testing = [
   "covdefaults>=2.3",
   "coverage>=7.6.10",
-  "diff-cover>=9.2.1",
   "pytest>=8.3.4",
   "pytest-asyncio>=0.25.2",
   "pytest-cov>=6",