We do not need to check coverage for this project. --- pytest-console-scripts-1.4.1/tox.ini.orig +++ pytest-console-scripts-1.4.1/tox.ini @@ -5,9 +5,8 @@ [testenv] deps = pytest - pytest-cov usedevelop = true -commands = pytest tests --cov=pytest_console_scripts --cov-append --cov-report=term-missing {posargs} +commands = pytest tests {posargs} depends = {py38,py39,py310,py311,pypy3}: clean report: py38,py39,py310,py311,pypy3