Skip to content

MAINT: Remove vestiges of nose testing library #2662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# rsync -e ssh nipype-0.1-py2.5.egg cburns,[email protected]:/home/frs/project/n/ni/nipy/nipype/nipype-0.1/

PYTHON ?= python
NOSETESTS=`which nosetests`

.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

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo "export PATH=$HOME/miniconda3/bin:\\$PATH" >> .bashrc

# install nipype dependencies
$HOME/miniconda3/bin/conda update --yes conda
$HOME/miniconda3/bin/conda install --yes pip scipy nose networkx lxml future simplejson
$HOME/miniconda3/bin/conda install --yes pip scipy networkx lxml future simplejson
$HOME/miniconda3/bin/conda install --yes python-dateutil jupyter matplotlib
$HOME/miniconda3/bin/pip install nibabel
$HOME/miniconda3/bin/pip install prov
Expand Down
1 change: 0 additions & 1 deletion doc/links_names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
.. _doctest-mode: http://www.cis.upenn.edu/~edloper/projects/doctestmode/
.. _bazaar: http://bazaar-vcs.org/
.. _subversion: http://subversion.tigris.org/
.. _nose: http://nose.readthedocs.io/en/latest/
.. _`python coverage tester`: http://nedbatchelder.com/code/modules/coverage.html

.. Other python projects
Expand Down
2 changes: 1 addition & 1 deletion nipype/pipeline/plugins/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_scipy_sparse():

'''
Can use the following code to test that a mapnode crash continues successfully
Need to put this into a nose-test with a timeout
Need to put this into a unit-test with a timeout

import nipype.interfaces.utility as niu
import nipype.pipeline.engine as pe
Expand Down
2 changes: 1 addition & 1 deletion nipype/pipeline/plugins/tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_report_crash():

'''
Can use the following code to test that a mapnode crash continues successfully
Need to put this into a nose-test with a timeout
Need to put this into a unit-test with a timeout

import nipype.interfaces.utility as niu
import nipype.pipeline.engine as pe
Expand Down