commit: 0fbd3db01ff441c2286835555f3a039ea23a1057
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 19:54:00 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 19:59:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbd3db0
dev-python/jaraco-functools: add Python 3.7, more verbose tests
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-python/jaraco-functools/jaraco-functools-1.20.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
index 74eb81aba71..f50cec31eb6 100644
--- a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
@@ -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}"
}