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 54494138334 for ; Fri, 13 Jul 2018 08:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D4C2E0809; Fri, 13 Jul 2018 08:23:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CFA7FE0809 for ; Fri, 13 Jul 2018 08:23:03 +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 E6A46335CC8 for ; Fri, 13 Jul 2018 08:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DFCD370 for ; Fri, 13 Jul 2018 08:23:00 +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: <1531470171.782a9eb346dc594a4e85da3b1e5f6e64caaad445.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Babel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/Babel/Babel-2.5.3-r1.ebuild X-VCS-Directories: dev-python/Babel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 782a9eb346dc594a4e85da3b1e5f6e64caaad445 X-VCS-Branch: master Date: Fri, 13 Jul 2018 08:23:00 +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-Archives-Salt: 3c2f70d6-9b99-493a-a3e4-d4f1fc913d9e X-Archives-Hash: 0e0a998344de438566c8e644aff5df12 commit: 782a9eb346dc594a4e85da3b1e5f6e64caaad445 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 13 08:14:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 13 08:22:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782a9eb3 dev-python/Babel: Force known-working timezone for tests Closes: https://bugs.gentoo.org/614070 dev-python/Babel/Babel-2.5.3-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/Babel/Babel-2.5.3-r1.ebuild b/dev-python/Babel/Babel-2.5.3-r1.ebuild index 00bcf909a63..eda854a842a 100644 --- a/dev-python/Babel/Babel-2.5.3-r1.ebuild +++ b/dev-python/Babel/Babel-2.5.3-r1.ebuild @@ -34,6 +34,8 @@ python_prepare_all() { } python_test() { + local -x TZ=UTC + # Create implementation-specific datadir for tests. cp -R -l tests/messages/data "${BUILD_DIR}"/ || die py.test -vv || die