projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729d25a
)
dev-python/jaraco-text: add Python 3.7, make tests verbose
author
Louis Sautier
<sbraz@gentoo.org>
Sat, 28 Jul 2018 22:33:23 +0000
(
00:33
+0200)
committer
Louis Sautier
<sbraz@gentoo.org>
Sat, 28 Jul 2018 22:35:27 +0000
(
00:35
+0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-python/jaraco-text/jaraco-text-1.10.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/jaraco-text/jaraco-text-1.10.1.ebuild
b/dev-python/jaraco-text/jaraco-text-1.10.1.ebuild
index db6f55ce4a50fed6e28b27201e072531fde44e56..8f821be04d50e1e73a95e84375467d6104c80e0d 100644
(file)
--- a/
dev-python/jaraco-text/jaraco-text-1.10.1.ebuild
+++ b/
dev-python/jaraco-text/jaraco-text-1.10.1.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( 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=. py
test -vv
--override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
}