perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / deprecation / patches / 02-test-verbose.patch
blob89ab8b9de955a16dc812746b26b5484d81a5f418
1 --- deprecation-2.1.0/tox.ini.orig
2 +++ deprecation-2.1.0/tox.ini
3 @@ -9,7 +9,7 @@
4 setenv =
5 VIRTUAL_ENV={envdir}
6 PYTHONPATH={envdir}
7 -commands = python -m unittest discover
8 +commands = python -m unittest discover -v
10 [testenv:flake8]
11 commands = flake8