summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-05-14 17:01:17 -0400
committerMike Gilbert <floppym@gentoo.org>2017-05-14 17:02:24 -0400
commitfb4cddf622db5102bcac5b85a9f0e28a354d562f (patch)
treecfa79eb734c83ed59820a8deb0c7650e6d699a5d /dev-python/Babel
parentx11-libs/gtk+: Stable for HPPA (bug #618420). (diff)
downloadgentoo-fb4cddf622db5102bcac5b85a9f0e28a354d562f.tar.gz
gentoo-fb4cddf622db5102bcac5b85a9f0e28a354d562f.tar.bz2
gentoo-fb4cddf622db5102bcac5b85a9f0e28a354d562f.zip
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
Diffstat (limited to 'dev-python/Babel')
-rw-r--r--dev-python/Babel/Babel-2.3.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/Babel/Babel-2.3.4.ebuild b/dev-python/Babel/Babel-2.3.4.ebuild
index dc2ed315dbf3..a7cc27cafdfe 100644
--- a/dev-python/Babel/Babel-2.3.4.ebuild
+++ b/dev-python/Babel/Babel-2.3.4.ebuild
@@ -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
}