--- natsort-8.4.0/tox.ini.orig +++ natsort-8.4.0/tox.ini @@ -33,7 +33,7 @@ pytest README.rst docs/examples.rst pytest --doctest-modules {env:PYTHONPATH}/natsort # Full test suite. Allow the user to pass command-line objects. - pytest --hypothesis-profile=slow-tests --tb=short --cov {env:PYTHONPATH}/natsort --cov-report term-missing {posargs:} + pytest --hypothesis-profile=slow-tests --tb=short {posargs:} # Check code quality. [testenv:flake8]