From: Michał Górny Date: Sat, 12 May 2018 18:23:17 +0000 (+0200) Subject: dev-python/inflect: Make tests verbose X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89865e5e6b258765d923dbdeececb72987feceb6;p=gentoo.git dev-python/inflect: Make tests verbose --- diff --git a/dev-python/inflect/inflect-0.3.1.ebuild b/dev-python/inflect/inflect-0.3.1.ebuild index 4f9087fc1088..b9f89e067ea4 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}" }