From: Michał Górny Date: Fri, 13 Jul 2018 08:14:03 +0000 (+0200) Subject: dev-python/Babel: Force known-working timezone for tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=782a9eb346dc594a4e85da3b1e5f6e64caaad445;p=gentoo.git dev-python/Babel: Force known-working timezone for tests Closes: https://bugs.gentoo.org/614070 --- diff --git a/dev-python/Babel/Babel-2.5.3-r1.ebuild b/dev-python/Babel/Babel-2.5.3-r1.ebuild index 00bcf909a633..eda854a842ae 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