summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-11 20:53:35 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-11 21:02:27 +0200
commitb49583da6c06f69a56ed3b8bba6dab39d849d92c (patch)
treeddf4c9eb212e8f2dc150e402dc3674738bdf4738
parentdev-python/python-distutils-extra: Remove pytest-runner dep (diff)
downloadgentoo-b49583da6c06f69a56ed3b8bba6dab39d849d92c.tar.gz
gentoo-b49583da6c06f69a56ed3b8bba6dab39d849d92c.tar.bz2
gentoo-b49583da6c06f69a56ed3b8bba6dab39d849d92c.zip
dev-python/python-distutils-extra: Run pytest -vv
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
index 76bf1d01fac3..599aa3fe2e11 100644
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
@@ -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 || \