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