dev-python/Babel: Enable verbose tests

This commit is contained in:
Michał Górny
2018-07-13 10:13:39 +02:00
parent 89f1103c2e
commit b0291e1afa

View 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() {