We do not need to check coverage for this project. --- build-1.4.4/pyproject.toml.orig +++ build-1.4.4/pyproject.toml @@ -80,9 +80,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.4.4/tox.ini.orig +++ build-1.4.4/tox.ini @@ -25,10 +25,7 @@ PYTHONWARNDEFAULTENCODING = 1 TEST_STATUS_DIR = {envtmpdir} 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 \ {posargs:-n auto} dependency_groups = test