dev-python/python-distutils-extra: Run pytest -vv
authorMichał Górny <mgorny@gentoo.org>
Sun, 11 Aug 2019 18:53:35 +0000 (20:53 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 11 Aug 2019 19:02:27 +0000 (21:02 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild

index 76bf1d01fac39d879d63b6023077f87fb776d3e0..599aa3fe2e11b19922046b5548875a4ba23274ef 100644 (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 || \