projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0291e1
)
dev-python/Babel: Force known-working timezone for tests
author
Michał Górny
<mgorny@gentoo.org>
Fri, 13 Jul 2018 08:14:03 +0000
(10:14 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 13 Jul 2018 08:22:51 +0000
(10:22 +0200)
Closes: https://bugs.gentoo.org/614070
dev-python/Babel/Babel-2.5.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/Babel/Babel-2.5.3-r1.ebuild
b/dev-python/Babel/Babel-2.5.3-r1.ebuild
index 00bcf909a633eef686098a22ec457b655217c254..eda854a842ae967e35da424e97d97d066c1b2b93 100644
(file)
--- a/
dev-python/Babel/Babel-2.5.3-r1.ebuild
+++ b/
dev-python/Babel/Babel-2.5.3-r1.ebuild
@@
-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