dev-python/jaraco-functools: add Python 3.7, more verbose tests
authorLouis Sautier <sbraz@gentoo.org>
Wed, 25 Jul 2018 19:54:00 +0000 (21:54 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Wed, 25 Jul 2018 19:59:30 +0000 (21:59 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-python/jaraco-functools/jaraco-functools-1.20.ebuild

index 74eb81aba71ce913ef463046d73ebf37bd02c3dd..f50cec31eb6247e974e1e8123fec4cb382fe705f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -50,7 +50,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}"
        }