We do not need to check coverage for this project. --- argh-0.31.3/pyproject.toml.orig +++ argh-0.31.3/pyproject.toml @@ -57,7 +57,6 @@ test = [ "tox >= 4.11.3", "pytest >= 7.4", - "pytest-cov >= 4.1", ] docs = [ "sphinx >= 7.2", --- argh-0.31.3/tox.ini.orig +++ argh-0.31.3/tox.ini @@ -30,7 +30,7 @@ description = run unit tests extras = test commands = - pytest --cov=argh --cov-report html --cov-fail-under 100 {posargs:tests} + pytest {posargs:tests} setenv = PYTHONPATH=src