dev-python/inflect: Make tests verbose
authorMichał Górny <mgorny@gentoo.org>
Sat, 12 May 2018 18:23:17 +0000 (20:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 12 May 2018 18:29:02 +0000 (20:29 +0200)
dev-python/inflect/inflect-0.3.1.ebuild

index 4f9087fc1088a24c858e61530d260c3e31b06a2f..b9f89e067ea4181d2cbaf6091e86576a3786a07b 100644 (file)
@@ -22,5 +22,5 @@ DEPEND="
 "
 
 python_test() {
-       nosetests tests || die "tests failed with ${EPYTHON}"
+       nosetests -v tests || die "tests failed with ${EPYTHON}"
 }