dev-python/Babel: Enable verbose tests
authorMichał Górny <mgorny@gentoo.org>
Fri, 13 Jul 2018 08:13:39 +0000 (10:13 +0200)
committerMichał 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

index 254db65acaff2f745433c36f1822e3faace19686..00bcf909a633eef686098a22ec457b655217c254 100644 (file)
@@ -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() {