repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python/pyproject_installer: update to 0.5.5
[oi-userland.git]
/
components
/
python
/
polib
/
patches
/
03-test-verbose.patch
blob
b7a275728decf0362f625c584100d041001513f7
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
5
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