projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89f1103
)
dev-python/Babel: Enable verbose tests
author
Michał Górny
<mgorny@gentoo.org>
Fri, 13 Jul 2018 08:13:39 +0000
(10:13 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 13 Jul 2018 08:22:44 +0000
(10:22 +0200)
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 254db65acaff2f745433c36f1822e3faace19686..00bcf909a633eef686098a22ec457b655217c254 100644
(file)
--- a/
dev-python/Babel/Babel-2.5.3-r1.ebuild
+++ b/
dev-python/Babel/Babel-2.5.3-r1.ebuild
@@
-36,7
+36,7
@@
python_prepare_all() {
python_test() {
# Create implementation-specific datadir for tests.
cp -R -l tests/messages/data "${BUILD_DIR}"/ || die
- py.test || die
+ py.test
-vv
|| die
}
python_compile_all() {