File tree 5 files changed +3
-5
lines changed
nipype/pipeline/plugins/tests
5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3
3
# rsync -e ssh nipype-0.1-py2.5.egg cburns,[email protected] :/home/frs/project/n/ni/nipy/nipype/nipype-0.1/
4
4
5
5
PYTHON ?= python
6
- NOSETESTS =` which nosetests `
7
6
8
7
.PHONY : zipdoc sdist egg upload_to_pypi trailing-spaces clean-pyc clean-so clean-build clean-ctags clean in inplace test-code test-coverage test html specs check-before-commit check gen-base-dockerfile gen-main-dockerfile gen-dockerfiles
9
8
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ echo "export PATH=$HOME/miniconda3/bin:\\$PATH" >> .bashrc
27
27
28
28
# install nipype dependencies
29
29
$HOME/miniconda3/bin/conda update --yes conda
30
- $HOME/miniconda3/bin/conda install --yes pip scipy nose networkx lxml future simplejson
30
+ $HOME/miniconda3/bin/conda install --yes pip scipy networkx lxml future simplejson
31
31
$HOME/miniconda3/bin/conda install --yes python-dateutil jupyter matplotlib
32
32
$HOME/miniconda3/bin/pip install nibabel
33
33
$HOME/miniconda3/bin/pip install prov
Original file line number Diff line number Diff line change 56
56
.. _doctest-mode : http://www.cis.upenn.edu/~edloper/projects/doctestmode/
57
57
.. _bazaar : http://bazaar-vcs.org/
58
58
.. _subversion : http://subversion.tigris.org/
59
- .. _nose : http://nose.readthedocs.io/en/latest/
60
59
.. _`python coverage tester` : http://nedbatchelder.com/code/modules/coverage.html
61
60
62
61
.. Other python projects
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def test_scipy_sparse():
16
16
17
17
'''
18
18
Can use the following code to test that a mapnode crash continues successfully
19
- Need to put this into a nose -test with a timeout
19
+ Need to put this into a unit -test with a timeout
20
20
21
21
import nipype.interfaces.utility as niu
22
22
import nipype.pipeline.engine as pe
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def test_report_crash():
38
38
39
39
'''
40
40
Can use the following code to test that a mapnode crash continues successfully
41
- Need to put this into a nose -test with a timeout
41
+ Need to put this into a unit -test with a timeout
42
42
43
43
import nipype.interfaces.utility as niu
44
44
import nipype.pipeline.engine as pe
You can’t perform that action at this time.
0 commit comments