We do not need to check coverage for this project. --- natsort-8.4.0/tox.ini.orig +++ natsort-8.4.0/tox.ini @@ -20,9 +20,7 @@ passenv = WITH_EXTRAS deps = - coverage pytest - pytest-cov pytest-mock hypothesis extras = @@ -33,7 +31,7 @@ pytest README.rst docs/examples.rst pytest --doctest-modules {envsitepackagesdir}/natsort # Full test suite. Allow the user to pass command-line objects. - pytest --hypothesis-profile=slow-tests --tb=short --cov {envsitepackagesdir}/natsort --cov-report term-missing {posargs:} + pytest --hypothesis-profile=slow-tests --tb=short {posargs:} # Check code quality. [testenv:flake8]