dev-lang/python: work around bug in test_help_with_metavar
authorMike Gilbert <floppym@gentoo.org>
Wed, 4 Jul 2018 16:18:38 +0000 (12:18 -0400)
committerMike 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

index f9fafa1e0df06db52bcd162d4ecb239537495c4a..005fb4f6783b394091eb5a814096c2386908c8b8 100644 (file)
@@ -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