From 782a9eb346dc594a4e85da3b1e5f6e64caaad445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 13 Jul 2018 10:14:03 +0200 Subject: [PATCH] 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 00bcf909a633e..eda854a842ae9 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