diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-07-25 21:54:00 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-07-25 21:59:30 +0200 |
commit | 0fbd3db01ff441c2286835555f3a039ea23a1057 (patch) | |
tree | 612e3c93c87110c63f947ee8b6002d061df12696 /dev-python/jaraco-functools | |
parent | dev-python/keyring: 13.2.1 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-0fbd3db01ff441c2286835555f3a039ea23a1057.tar.gz gentoo-0fbd3db01ff441c2286835555f3a039ea23a1057.tar.bz2 gentoo-0fbd3db01ff441c2286835555f3a039ea23a1057.zip |
dev-python/jaraco-functools: add Python 3.7, more verbose tests
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/jaraco-functools')
-rw-r--r-- | dev-python/jaraco-functools/jaraco-functools-1.20.ebuild | 4 |
1 files 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 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}" } |