commit: d6fa4af73b3f624160410f0876d36280e541ac0e
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 12 18:19:45 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 18:19:45 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d6fa4af7
sci-libs/nipype: removed superfluous die call
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/nipype/nipype-1.5.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-libs/nipype/nipype-1.5.0.ebuild
b/sci-libs/nipype/nipype-1.5.0.ebuild
index 67e244049..58849547e 100644
--- a/sci-libs/nipype/nipype-1.5.0.ebuild
+++ b/sci-libs/nipype/nipype-1.5.0.ebuild
@@ -80,8 +80,7 @@ EPYTEST_DESELECT=(
python_test() {
# Setting environment variable to disable etelemetry version check:
# https://github.com/nipy/nipype/issues/3196#issuecomment-605980044
- NIPYPE_NO_ET=1 epytest -vv\
- || die
+ NIPYPE_NO_ET=1 epytest -vv
# Upstream test configuration fails
#-c nipype/pytest.ini\
#--doctest-modules nipype\