summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-01 10:43:40 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-01 11:08:41 +0100
commitfa1773b3438092fc249607a599b2ef9f10ed9be2 (patch)
tree05a1223f664599331d2db1efa535e6c4462a46a1
parentdev-python/sphinxcontrib-websupport: Make sphinx PDEP, fix other deps (diff)
downloadgentoo-fa1773b3438092fc249607a599b2ef9f10ed9be2.tar.gz
gentoo-fa1773b3438092fc249607a599b2ef9f10ed9be2.tar.bz2
gentoo-fa1773b3438092fc249607a599b2ef9f10ed9be2.zip
dev-python/sphinxcontrib-websupport: Make tests fatal
-rw-r--r--dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild4
1 files 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 77893f377774..acee6d134de7 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}"
}