From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30CA8138350 for ; Mon, 9 Mar 2020 08:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60175E08FC; Mon, 9 Mar 2020 08:30:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CD1CE08FC for ; Mon, 9 Mar 2020 08:30:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D411934F2AA for ; Mon, 9 Mar 2020 08:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1F7E102 for ; Mon, 9 Mar 2020 08:29:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1583742592.2c9a1c00786fb6cf434bf02f7b37592abefdd280.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urllib3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urllib3/urllib3-1.25.8.ebuild X-VCS-Directories: dev-python/urllib3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2c9a1c00786fb6cf434bf02f7b37592abefdd280 X-VCS-Branch: master Date: Mon, 9 Mar 2020 08:29:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fe1d574-2cd3-4a55-bb8a-aef9c49ea23b X-Archives-Hash: 523061500d60af0a39c77cf75dd62346 commit: 2c9a1c00786fb6cf434bf02f7b37592abefdd280 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 9 08:27:41 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 9 08:29:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9a1c00 dev-python/urllib3: Export CI to increase timeouts Bug: https://bugs.gentoo.org/711920 Signed-off-by: Michał Górny gentoo.org> dev-python/urllib3/urllib3-1.25.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/urllib3/urllib3-1.25.8.ebuild b/dev-python/urllib3/urllib3-1.25.8.ebuild index 7d7b50ac8af..66703bcc3a1 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])