diff options
author | 2018-07-04 12:18:38 -0400 | |
---|---|---|
committer | 2018-07-04 12:18:38 -0400 | |
commit | 4ea660380f5a1dfd9b9c00fa9ac2f6f2281cc97c (patch) | |
tree | a531b7051e9759fc215f1038446936df12784996 /dev-lang | |
parent | dev-lang/python: bump to 3.6.6 (diff) | |
download | gentoo-4ea660380f5a1dfd9b9c00fa9ac2f6f2281cc97c.tar.gz gentoo-4ea660380f5a1dfd9b9c00fa9ac2f6f2281cc97c.tar.bz2 gentoo-4ea660380f5a1dfd9b9c00fa9ac2f6f2281cc97c.zip |
dev-lang/python: work around bug in test_help_with_metavar
Bug: https://bugs.gentoo.org/660358
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.6.6.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.6.6.ebuild b/dev-lang/python/python-3.6.6.ebuild index f9fafa1e0df0..005fb4f6783b 100644 --- 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 |