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