We do not need to check coverage for this project. --- wrapt-2.0.1/setup.cfg.orig +++ wrapt-2.0.1/setup.cfg @@ -81,12 +81,9 @@ [testenv] deps = - coverage pytest -install_command = - python -m pip install --no-binary coverage {opts} {packages} commands = - python -m coverage run --rcfile {toxinidir}/setup.cfg -m pytest -v {posargs} {toxinidir}/tests + python -m pytest -v {posargs} {toxinidir}/tests setenv = without-extensions: WRAPT_INSTALL_EXTENSIONS = false install-extensions,disable-extensions: WRAPT_INSTALL_EXTENSIONS = true