From 89865e5e6b258765d923dbdeececb72987feceb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 12 May 2018 20:23:17 +0200 Subject: [PATCH] dev-python/inflect: Make tests verbose --- dev-python/inflect/inflect-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" }