We do not need to check coverage for this project. --- filelock-3.32.2/pyproject.toml.orig +++ filelock-3.32.2/pyproject.toml @@ -57,11 +57,9 @@ { include-group = "type" }, ] test = [ - "covdefaults>=2.3", "exceptiongroup>=1.2; python_version<'3.11'", "pytest>=9.0.3", "pytest-asyncio>=1.3", - "pytest-cov>=7.1", "pytest-mock>=3.15.1", "pytest-randomly>=3.16", "pytest-timeout>=2.4", --- filelock-3.32.2/tox.toml.orig +++ filelock-3.32.2/tox.toml @@ -37,19 +37,6 @@ "--junitxml", "{env_tmp_dir}{/}junit.xml", { replace = "posargs", default = [ - "--no-cov-on-fail", - "--cov", - "{env_site_packages_dir}{/}filelock", - "--cov", - "{tox_root}{/}tests", - "--cov-config", - "{tox_root}{/}pyproject.toml", - "--cov-report", - "term-missing:skip-covered", - "--cov-report", - "html:{env_tmp_dir}{/}htmlcov", - "--cov-report", - "xml:{env_tmp_dir}{/}coverage.xml", ], extend = true }, "tests", ],