We do not need to check coverage for this project. --- plaster-1.1.2/setup.cfg.orig +++ plaster-1.1.2/setup.cfg @@ -45,7 +45,6 @@ pylons-sphinx-themes testing = pytest - pytest-cov [check-manifest] ignore = --- plaster-1.1.2/tox.ini.orig +++ plaster-1.1.2/tox.ini @@ -6,7 +6,7 @@ [testenv] commands = - py.test --cov --cov-report= {posargs:} + py.test {posargs:} extras = testing setenv =