mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-27 21:48:16 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user