commit: fa1773b3438092fc249607a599b2ef9f10ed9be2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 09:43:40 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 10:08:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1773b3
dev-python/sphinxcontrib-websupport: Make tests fatal
.../sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild
b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild
index 77893f37777..acee6d134de 100644
---
a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild
+++
b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild
@@ -38,6 +38,6 @@ python_install_all() {
find "${ED}" -name '*.pth' -delete || die
}
-python_test(){
- ${EPYTHON} -m pytest tests/
+python_test() {
+ "${EPYTHON}" -m pytest tests/ || die "Tests fail with ${EPYTHON}"
}