dev-python/Babel: Force known-working timezone for tests

Closes: https://bugs.gentoo.org/614070
This commit is contained in:
Michał Górny
2018-07-13 10:14:03 +02:00
parent b0291e1afa
commit 782a9eb346

View File

@@ -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