We do not need to check coverage for this project. --- platformdirs-4.9.2/pyproject.toml.orig +++ platformdirs-4.9.2/pyproject.toml @@ -61,10 +61,7 @@ ] test = [ "appdirs==1.4.4", - "covdefaults>=2.3", - "diff-cover>=10.2", "pytest>=8.4.2", - "pytest-cov>=7", "pytest-mock>=3.15.1", ] type = [ --- platformdirs-4.9.2/tox.toml.orig +++ platformdirs-4.9.2/tox.toml @@ -17,32 +17,9 @@ "--junitxml", "{env_tmp_dir}{/}junit.xml", { replace = "posargs", extend = true, default = [ - "--no-cov-on-fail", - "--cov", - "{env_site_packages_dir}{/}platformdirs", - "--cov", - "{tox_root}{/}tests", - "--cov-config", - "{tox_root}{/}pyproject.toml", - "--cov-context", - "test", - "--cov-report", - "term-missing:skip-covered", - "--cov-report", - "html:{env_tmp_dir}{/}htmlcov", - "--cov-report", - "xml:{env_tmp_dir}{/}coverage.xml", ] }, "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]