aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2019-05-01 18:36:41 +0200
committerHorea Christian <horea.christ@yandex.com>2019-05-01 18:36:41 +0200
commit8faafb557dc5d48fd31e8c09d648be4e188ec2bd (patch)
treeea79f12fe7086b6299d4eef2b4507fd7fd779b3b /sci-libs/nipype
parentsci-biology/irsabi_bidsdata: alternative mirrors (diff)
downloadsci-8faafb557dc5d48fd31e8c09d648be4e188ec2bd.tar.gz
sci-8faafb557dc5d48fd31e8c09d648be4e188ec2bd.tar.bz2
sci-8faafb557dc5d48fd31e8c09d648be4e188ec2bd.zip
sci-libs/nipype: revision for testing imports
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Horea Christian <horea.christ@yandex.com>
Diffstat (limited to 'sci-libs/nipype')
-rw-r--r--sci-libs/nipype/nipype-1.1.1-r1.ebuild (renamed from sci-libs/nipype/nipype-1.1.1.ebuild)8
1 files changed, 8 insertions, 0 deletions
diff --git a/sci-libs/nipype/nipype-1.1.1.ebuild b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
index 70a0c37aa..e564b43c6 100644
--- a/sci-libs/nipype/nipype-1.1.1.ebuild
+++ b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
@@ -47,6 +47,14 @@ RDEPEND="
virtual/python-funcsigs[${PYTHON_USEDEP}]
"
+src_prepare() {
+ sed -i\
+ -e "/'pytest>=%s' % PYTEST_MIN_VERSION,/d"\
+ -e "/'pytest-xdist',$/d"\
+ nipype/info.py || die
+ default
+}
+
python_test() {
py.test -v --cov nipype\
--cov-config .coveragerc\