We do not need to check coverage for this project. --- filelock-3.29.0/pyproject.toml.orig +++ filelock-3.29.0/pyproject.toml @@ -56,10 +56,8 @@ { include-group = "type" }, ] test = [ - "covdefaults>=2.3", "pytest>=9.0.3", "pytest-asyncio>=1.3", - "pytest-cov>=7.1", "pytest-mock>=3.15.1", "pytest-timeout>=2.4", "virtualenv>=21.2", --- filelock-3.29.0/tox.toml.orig +++ filelock-3.29.0/tox.toml @@ -17,21 +17,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-context", - "test", - "--cov-report", - "term-missing:skip-covered", - "--cov-report", - "html:{env_tmp_dir}{/}htmlcov", - "--cov-report", - "xml:{env_tmp_dir}{/}coverage.xml", ], extend = true }, "tests", ],