dev-python/jaraco-text: add Python 3.7, make tests verbose
authorLouis Sautier <sbraz@gentoo.org>
Sat, 28 Jul 2018 22:33:23 +0000 (00:33 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Sat, 28 Jul 2018 22:35:27 +0000 (00:35 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-python/jaraco-text/jaraco-text-1.10.1.ebuild

index db6f55ce4a50fed6e28b27201e072531fde44e56..8f821be04d50e1e73a95e84375467d6104c80e0d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -48,7 +48,7 @@ python_compile_all() {
 
 python_test() {
        # Override pytest options to skip flake8
-       PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \
+       PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
                || die "tests failed with ${EPYTHON}"
 }