aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-08-25 22:38:36 +0200
committerHorea Christian <h.chr@mail.ru>2013-08-25 22:38:36 +0200
commit6fb47e319244651cbd00826e353203b106af9f6d (patch)
tree13f6552a1ea9d5744d7d313df48a069ee4b1ba87 /sci-libs/nipype
parentFirst take at writing a test phase (diff)
downloadsci-6fb47e319244651cbd00826e353203b106af9f6d.tar.gz
sci-6fb47e319244651cbd00826e353203b106af9f6d.tar.bz2
sci-6fb47e319244651cbd00826e353203b106af9f6d.zip
Refined test phase attempt.
Diffstat (limited to 'sci-libs/nipype')
-rw-r--r--sci-libs/nipype/nipype-9999.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild
index e4fc034bb..c01af0a0d 100644
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ b/sci-libs/nipype/nipype-9999.ebuild
@@ -26,11 +26,8 @@ RDEPEND="
DEPEND="
"
-
python_test() {
- distutils-r1_install_for_testing
- cd "${BUILD_DIR}" || die
- nosetests --with-doctest /software/nipy-repo/masternipype/nipype --exclude=external --exclude=testing
+ nosetests -v || die
}