We do not need to run coverage for this project. --- cachetools-6.2.2/tox.ini.orig +++ cachetools-6.2.2/tox.ini @@ -4,9 +4,8 @@ [testenv] deps = pytest - pytest-cov commands = - py.test --basetemp={envtmpdir} --cov=cachetools --cov-report term-missing {posargs} + py.test --basetemp={envtmpdir} {posargs} [testenv:check-manifest] deps =