We do not need to check coverage for this project. --- pytest-xprocess-1.0.2/tox.ini.orig +++ pytest-xprocess-1.0.2/tox.ini @@ -17,10 +17,8 @@ [testenv] changedir=tests/ deps= - coverage commands= - coverage run -m pytest -v - coverage report --omit="*/.tox/*,*/test_functional_workflow.py" --fail-under=90 + python -m pytest -v usedevelop = True [testenv:linting]