From: Louis Sautier Date: Wed, 25 Jul 2018 19:54:00 +0000 (+0200) Subject: dev-python/jaraco-functools: add Python 3.7, more verbose tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0fbd3db01ff441c2286835555f3a039ea23a1057;p=gentoo.git dev-python/jaraco-functools: add Python 3.7, more verbose tests Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild index 74eb81aba71c..f50cec31eb62 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}" }