python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / versioneer / patches / 01-test-verbose.patch
blob860c6e438bf86d089a576f70b75171ae91749a04
1 --- versioneer-0.29/tox.ini.orig
2 +++ versioneer-0.29/tox.ini
3 @@ -45,7 +45,7 @@
4 # this creates versioneer.py in the current directory, which is used by
5 # tests
6 python setup.py make_versioneer
7 - python -m unittest discover test
8 + python -m unittest discover test -vv
9 python test/git/test_git.py -v
10 python test/git/test_invocations.py -v