We do not need to check coverage for this project. --- build-1.5.0/pyproject.toml.orig +++ build-1.5.0/pyproject.toml @@ -90,9 +90,7 @@ test = [ "filelock >= 3", "pytest >= 6.2.4", - "pytest-cov >= 2.12", "pytest-mock >= 2", - "covdefaults >= 2.3", "pytest-rerunfailures >= 9.1", "pytest-xdist >= 1.34", "wheel >= 0.36.0", --- build-1.5.0/tox.toml.orig +++ build-1.5.0/tox.toml @@ -16,10 +16,7 @@ pass_env = ["LC_ALL", "PIP_*", "PYTEST_*", "TERM"] commands = [ [ - "pytest", "-ra", "--cov", "--cov-config", "pyproject.toml", - "--cov-report=html:{envdir}/htmlcov", "--cov-context=test", - "--cov-report=xml:{toxworkdir}/coverage.{envname}.xml", - "--cov-report", "term-missing", + "pytest", "-ra", { replace = "posargs", default = ["-n", "auto"], extend = true }, ], ]