dev-python/Babel: export TZ=UTC to work around buggy test code

Bug: https://bugs.gentoo.org/618448
Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62
This commit is contained in:
Mike Gilbert
2017-05-14 17:01:17 -04:00
parent 3dfdf66c1d
commit fb4cddf622

View File

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