Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/
Date: Sat, 12 May 2018 18:29:19
Message-Id: 1526149742.89865e5e6b258765d923dbdeececb72987feceb6.mgorny@gentoo
1 commit: 89865e5e6b258765d923dbdeececb72987feceb6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 18:23:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 18:29:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89865e5e
7
8 dev-python/inflect: Make tests verbose
9
10 dev-python/inflect/inflect-0.3.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/inflect/inflect-0.3.1.ebuild b/dev-python/inflect/inflect-0.3.1.ebuild
14 index 4f9087fc108..b9f89e067ea 100644
15 --- a/dev-python/inflect/inflect-0.3.1.ebuild
16 +++ b/dev-python/inflect/inflect-0.3.1.ebuild
17 @@ -22,5 +22,5 @@ DEPEND="
18 "
19
20 python_test() {
21 - nosetests tests || die "tests failed with ${EPYTHON}"
22 + nosetests -v tests || die "tests failed with ${EPYTHON}"
23 }