We do not need to check coverage for this project. --- identify-2.6.16/requirements-dev.txt.orig +++ identify-2.6.16/requirements-dev.txt @@ -1,3 +1 @@ -covdefaults -coverage pytest --- identify-2.6.16/tox.ini.orig +++ identify-2.6.16/tox.ini @@ -5,9 +5,7 @@ deps = -rrequirements-dev.txt extras = license commands = - coverage erase - coverage run -m pytest {posargs:tests} - coverage report + python -m pytest {posargs:tests} [testenv:pre-commit] skip_install = true