projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb47da
)
dev-lang/python: work around bug in test_help_with_metavar
author
Mike Gilbert
<floppym@gentoo.org>
Wed, 4 Jul 2018 16:18:38 +0000
(12:18 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Wed, 4 Jul 2018 16:18:38 +0000
(12:18 -0400)
Bug: https://bugs.gentoo.org/660358
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
dev-lang/python/python-3.6.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/python/python-3.6.6.ebuild
b/dev-lang/python/python-3.6.6.ebuild
index f9fafa1e0df06db52bcd162d4ecb239537495c4a..005fb4f6783b394091eb5a814096c2386908c8b8 100644
(file)
--- a/
dev-lang/python/python-3.6.6.ebuild
+++ b/
dev-lang/python/python-3.6.6.ebuild
@@
-187,6
+187,9
@@
src_test() {
mv "${S}"/Lib/test/test_${test}.py "${T}"
done
+ # bug 660358
+ local -x COLUMNS=80
+
local -x PYTHONDONTWRITEBYTECODE=
emake test EXTRATESTOPTS="-u-network" CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty