python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / polib / patches / 03-test-verbose.patch
blobb7a275728decf0362f625c584100d041001513f7
1 --- polib-1.2.0/tox.ini.orig
2 +++ polib-1.2.0/tox.ini
3 @@ -2,7 +2,7 @@
4 envlist = py27, py36, py37, py38, py39, py310, py311, pypy, pypy3, lint
6 [testenv]
7 -commands = coverage run tests/tests.py
8 +commands = coverage run tests/tests.py --verbose
9 basepython=
10 py27: python2.7
11 py36: python3.6