File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed
nipype/pipeline/plugins/tests Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 33# rsync -e ssh nipype-0.1-py2.5.egg cburns,nipy@frs.sourceforge.net:/home/frs/project/n/ni/nipy/nipype/nipype-0.1/
44
55PYTHON ?= python
6- NOSETESTS =` which nosetests `
76
87.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
98
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ echo "export PATH=$HOME/miniconda3/bin:\\$PATH" >> .bashrc
2727
2828# install nipype dependencies
2929$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
3131$HOME/miniconda3/bin/conda install --yes python-dateutil jupyter matplotlib
3232$HOME/miniconda3/bin/pip install nibabel
3333$HOME/miniconda3/bin/pip install prov
Original file line number Diff line number Diff line change 5656.. _doctest-mode : http://www.cis.upenn.edu/~edloper/projects/doctestmode/
5757.. _bazaar : http://bazaar-vcs.org/
5858.. _subversion : http://subversion.tigris.org/
59- .. _nose : http://nose.readthedocs.io/en/latest/
6059.. _`python coverage tester` : http://nedbatchelder.com/code/modules/coverage.html
6160
6261.. Other python projects
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def test_scipy_sparse():
1616
1717'''
1818Can 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
2020
2121import nipype.interfaces.utility as niu
2222import nipype.pipeline.engine as pe
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def test_report_crash():
3838
3939'''
4040Can 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
4242
4343import nipype.interfaces.utility as niu
4444import nipype.pipeline.engine as pe
You can’t perform that action at this time.
0 commit comments