diff --git a/dev-python/inflect/inflect-0.3.1.ebuild b/dev-python/inflect/inflect-0.3.1.ebuild index 4f9087fc1088a..b9f89e067ea41 100644 --- a/dev-python/inflect/inflect-0.3.1.ebuild +++ b/dev-python/inflect/inflect-0.3.1.ebuild @@ -22,5 +22,5 @@ DEPEND=" " python_test() { - nosetests tests || die "tests failed with ${EPYTHON}" + nosetests -v tests || die "tests failed with ${EPYTHON}" }