1 --- natsort-8.4.0/tox.ini.orig
2 +++ natsort-8.4.0/tox.ini
4 pytest README.rst docs/examples.rst
5 pytest --doctest-modules {env:PYTHONPATH}/natsort
6 # Full test suite. Allow the user to pass command-line objects.
7 - pytest --hypothesis-profile=slow-tests --tb=short --cov {env:PYTHONPATH}/natsort --cov-report term-missing {posargs:}
8 + pytest --hypothesis-profile=slow-tests --tb=short {posargs:}