From: Michał Górny Date: Mon, 9 Mar 2020 08:27:41 +0000 (+0100) Subject: dev-python/urllib3: Export CI to increase timeouts X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2c9a1c00786fb6cf434bf02f7b37592abefdd280;p=gentoo.git dev-python/urllib3: Export CI to increase timeouts Bug: https://bugs.gentoo.org/711920 Signed-off-by: Michał Górny --- diff --git a/dev-python/urllib3/urllib3-1.25.8.ebuild b/dev-python/urllib3/urllib3-1.25.8.ebuild index 7d7b50ac8af2..66703bcc3a1f 100644 --- a/dev-python/urllib3/urllib3-1.25.8.ebuild +++ b/dev-python/urllib3/urllib3-1.25.8.ebuild @@ -68,6 +68,7 @@ python_prepare_all() { } python_test() { + local -x CI=1 # FIXME: get tornado ported case ${EPYTHON} in python2*|python3.[567])