dev-python/python-distutils-extra: Run pytest -vv

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-08-11 20:53:35 +02:00
parent 1ea038017d
commit b49583da6c

View File

@@ -37,7 +37,7 @@ python_test() {
# 5 tests fail with disabled byte-compilation (they rely on exact
# output from python).
# The other 4 are broken.
py.test -k "not (test_pot_manual or test_pot_auto_explicit or \
pytest -vv -k "not (test_pot_manual or test_pot_auto_explicit or \
test_pot_auto or test_modules or test_packages) and not \
(test_desktop or test_po or test_policykit or \
test_requires_provides)" test/auto.py || \