diff options
author | 2018-07-25 23:32:27 +0200 | |
---|---|---|
committer | 2018-07-25 23:39:30 +0200 | |
commit | e7895965838ff425914a8fd61e0e443662295d20 (patch) | |
tree | 1ee2b5efcb17e67bcb7a04e34c937ed14881b775 /dev-python/jaraco-logging | |
parent | dev-lang/spidermonkey: demote down to ~sparc (diff) | |
download | gentoo-e7895965838ff425914a8fd61e0e443662295d20.tar.gz gentoo-e7895965838ff425914a8fd61e0e443662295d20.tar.bz2 gentoo-e7895965838ff425914a8fd61e0e443662295d20.zip |
dev-python/jaraco-logging: add Python 3.7, verbose tests, drop PyPy
This package depends on dev-python/tempora. Recent versions of it
require dev-python/jaraco-functools which doesn't support PyPy.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/jaraco-logging')
-rw-r--r-- | dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild b/dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild index 0b9ca834e443..606284a9c65d 100644 --- a/dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild +++ b/dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 @@ -48,7 +48,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}" } |