From: Mike Gilbert Date: Wed, 4 Jul 2018 16:18:38 +0000 (-0400) Subject: dev-lang/python: work around bug in test_help_with_metavar X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4ea660380f5a1dfd9b9c00fa9ac2f6f2281cc97c;p=gentoo.git 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 --- 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