commit: 89865e5e6b258765d923dbdeececb72987feceb6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 18:23:17 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 12 18:29:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89865e5e
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 4f9087fc108..b9f89e067ea 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}"
}