Skip to content

Commit 21851fa

Browse files
committed
No more mentions of nose-tests
1 parent aeb0874 commit 21851fa

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# rsync -e ssh nipype-0.1-py2.5.egg cburns,[email protected]:/home/frs/project/n/ni/nipy/nipype/nipype-0.1/
44

55
PYTHON ?= 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

Vagrantfile

+1-1
Original file line numberDiff line numberDiff 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

doc/links_names.txt

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
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

nipype/pipeline/plugins/tests/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_scipy_sparse():
1616

1717
'''
1818
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
2020
2121
import nipype.interfaces.utility as niu
2222
import nipype.pipeline.engine as pe

nipype/pipeline/plugins/tests/test_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_report_crash():
3838

3939
'''
4040
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
4242
4343
import nipype.interfaces.utility as niu
4444
import nipype.pipeline.engine as pe

0 commit comments

Comments
 (0)