From 92f4731677abda7a28e06f7fb22c291ab1e68a2f Mon Sep 17 00:00:00 2001 From: Dave Elliott Date: Thu, 6 Oct 2016 10:00:54 -0500 Subject: [PATCH 1/2] changed address for nose, additionally, should nose2 be considered for testing since the nose project web site suggests new projects should consider using Nose2, or py.test? --- doc/developers/advanced_installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/developers/advanced_installation.rst b/doc/developers/advanced_installation.rst index c21e1b6bf13e9..dda3697ecb808 100644 --- a/doc/developers/advanced_installation.rst +++ b/doc/developers/advanced_installation.rst @@ -377,7 +377,8 @@ Testing scikit-learn once installed ----------------------------------- Testing requires having the `nose -`_ library. After +`_ library. After + installation, the package can be tested by executing *from outside* the source directory:: From f1b57dfe7ce7163a32f34453eb413370fadf0e5a Mon Sep 17 00:00:00 2001 From: Dave Elliott Date: Thu, 6 Oct 2016 16:17:48 -0500 Subject: [PATCH 2/2] got rid of extra line --- doc/developers/advanced_installation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/developers/advanced_installation.rst b/doc/developers/advanced_installation.rst index dda3697ecb808..b4f6b482f9aa2 100644 --- a/doc/developers/advanced_installation.rst +++ b/doc/developers/advanced_installation.rst @@ -378,7 +378,6 @@ Testing scikit-learn once installed Testing requires having the `nose `_ library. After - installation, the package can be tested by executing *from outside* the source directory::