bhyve-fw: drop CSM
[oi-userland.git] / components / python / natsort / patches / 02-tox-no-cov.patch
blob1c3a850b4c93488e06fe1ad115474cd1208706d1
1 --- natsort-8.4.0/tox.ini.orig
2 +++ natsort-8.4.0/tox.ini
3 @@ -33,7 +33,7 @@
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:}
10 # Check code quality.
11 [testenv:flake8]