We do not need to check coverage for this project. --- handy-archives-0.2.0/tests/requirements.txt.orig +++ handy-archives-0.2.0/tests/requirements.txt @@ -1,8 +1,5 @@ coincidence>=0.2.0 -coverage>=5.1 -coverage-pyver-pragma>=0.2.1 importlib-metadata>=3.6.0 pytest>=6.0.0 -pytest-cov>=2.8.1 pytest-randomly>=3.7.0 pytest-timeout>=1.4.2 --- handy-archives-0.2.0/tox.ini.orig +++ handy-archives-0.2.0/tox.ini @@ -64,7 +64,7 @@ extras = testing commands = python --version - python -m pytest --cov=handy_archives -r aR tests/ {posargs} + python -m pytest -r aR tests/ {posargs} [testenv:.package] setenv =