diff --git a/dev-python/Babel/Babel-2.3.4.ebuild b/dev-python/Babel/Babel-2.3.4.ebuild index dc2ed315dbf33..a7cc27cafdfe0 100644 --- a/dev-python/Babel/Babel-2.3.4.ebuild +++ b/dev-python/Babel/Babel-2.3.4.ebuild @@ -35,7 +35,8 @@ python_prepare_all() { python_test() { # Create implementation-specific datadir for tests. cp -R -l tests/messages/data "${BUILD_DIR}"/ || die - export BUILD_DIR + # https://bugs.gentoo.org/show_bug.cgi?id=618448 + export TZ=UTC py.test || die }