mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
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
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user