From: Louis Sautier Date: Wed, 25 Jul 2018 21:10:11 +0000 (+0200) Subject: dev-python/jaraco-itertools: add Python 3.7, more verbose tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e427afcc07643c78f23052aa4328f4d37d8e2a63;p=gentoo.git dev-python/jaraco-itertools: add Python 3.7, more verbose tests Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild b/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild index 239e74badaed..86d3ccea6157 100644 --- a/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild +++ b/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Tests fail with PyPy and PyPy 3 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 @@ -49,7 +49,7 @@ python_compile_all() { python_test() { # Override pytest options to skip flake8 - PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \ + PYTHONPATH=. pytest -v --override-ini="addopts=--doctest-modules" \ || die "tests failed with ${EPYTHON}" }