commit: 437c67666c94731b2d33e69e22b3dee9ef10b6b0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 16:04:39 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 16:05:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437c6766
dev-python/xlutils: Die on test failures
dev-python/xlutils/xlutils-1.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/xlutils/xlutils-1.7.1.ebuild
b/dev-python/xlutils/xlutils-1.7.1.ebuild
index 319dba92d08..f655804f89f 100644
--- a/dev-python/xlutils/xlutils-1.7.1.ebuild
+++ b/dev-python/xlutils/xlutils-1.7.1.ebuild
@@ -29,5 +29,5 @@ DEPEND="${RDEPEND}
DOCS="README.txt docs/*.txt"
python_test() {
- py.test xlutils/tests
+ py.test -v xlutils/tests || die "Tests fail with ${EPYTHON}"
}