mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/Babel: Force known-working timezone for tests
Closes: https://bugs.gentoo.org/614070
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user