diff options
author | 2022-07-12 22:54:39 -0400 | |
---|---|---|
committer | 2022-07-12 22:54:39 -0400 | |
commit | d05511bdde6d75507e3d7dbc7d6ac1030187832d (patch) | |
tree | 035d51535796f4c590cdb00f301a2fa53cb54d60 /sci-libs/nipype/nipype-1.5.0.ebuild | |
parent | sci-libs/nipype: removed superfluous die call (diff) | |
download | sci-d05511bdde6d75507e3d7dbc7d6ac1030187832d.tar.gz sci-d05511bdde6d75507e3d7dbc7d6ac1030187832d.tar.bz2 sci-d05511bdde6d75507e3d7dbc7d6ac1030187832d.zip |
sci-libs/nipype: removed superfluous pytest arguments
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-libs/nipype/nipype-1.5.0.ebuild')
-rw-r--r-- | sci-libs/nipype/nipype-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/nipype/nipype-1.5.0.ebuild b/sci-libs/nipype/nipype-1.5.0.ebuild index 58849547e..757ff5cdb 100644 --- a/sci-libs/nipype/nipype-1.5.0.ebuild +++ b/sci-libs/nipype/nipype-1.5.0.ebuild @@ -80,7 +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 + NIPYPE_NO_ET=1 epytest # Upstream test configuration fails #-c nipype/pytest.ini\ #--doctest-modules nipype\ |