Skip to content

Commit

Permalink
Update somethingaboutorange URL to nose.readthedocs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenarun committed Sep 22, 2016
1 parent 04a9eac commit 2a6547c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Building NumPy requires the following software installed:
This is required for testing numpy, but not for using it.

Python__ http://www.python.org
nose__ http://somethingaboutorange.com/mrl/projects/nose/
nose__ http://nose.readthedocs.io


.. note::
Expand Down
2 changes: 1 addition & 1 deletion doc/TESTS.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Introduction
''''''''''''

SciPy uses the `Nose testing system
<http://www.somethingaboutorange.com/mrl/projects/nose>`__, with some
<http://nose.readthedocs.io>`__, with some
minor convenience features added. Nose is an extension of the unit
testing framework offered by `unittest.py
<http://docs.python.org/lib/module-unittest.html>`__. Our goal is that
Expand Down
2 changes: 1 addition & 1 deletion numpy/testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def import_nose():

if not nose_is_good:
msg = ('Need nose >= %d.%d.%d for tests - see '
'http://somethingaboutorange.com/mrl/projects/nose' %
'http://nose.readthedocs.io' %
minimum_nose_version)
raise ImportError(msg)

Expand Down

0 comments on commit 2a6547c

Please sign in to comment.