From 2a6547ca608644a8ed583996e74f86792959263c Mon Sep 17 00:00:00 2001 From: naveenarun Date: Wed, 21 Sep 2016 23:31:51 -0500 Subject: Update somethingaboutorange URL to nose.readthedocs.io --- numpy/testing/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/utils.py') diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index 683a4f0a6..cb39a9b4a 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -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) -- cgit v1.2.1