summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-03-18 17:18:08 -0600
committerGitHub <noreply@github.com>2021-03-18 17:18:08 -0600
commit6304a2779fd15489e4ba818ebe30a3f6b5f14769 (patch)
treea5b8934fdab79226b4325f13a11b8a1998c34d2a
parentcb71c43d45c0ad6e14db97a51e317b771f6a9ebb (diff)
parent972127ddff5482ab32fa48eb175dd90ea7b7e993 (diff)
downloadnumpy-6304a2779fd15489e4ba818ebe30a3f6b5f14769.tar.gz
Merge pull request #18643 from NeilGirdhar/patch-1
DOC: Remove mention of nose from README
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index cc34f47bf..9ed3e7742 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,7 @@ It provides:
Testing:
-- NumPy versions &ge; 1.15 require `pytest`
-- NumPy versions &lt; 1.15 require `nose`
-
-Tests can then be run after installation with:
+NumPy requires `pytest`. Tests can then be run after installation with:
python -c 'import numpy; numpy.test()'