summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNeil <mistersheik@gmail.com>2021-03-18 17:13:49 -0400
committerGitHub <noreply@github.com>2021-03-18 17:13:49 -0400
commit972127ddff5482ab32fa48eb175dd90ea7b7e993 (patch)
treecb1b358483d600ef7899cc7d2e443cbee1643134 /README.md
parentddbff082e0bab0e3580be9f2f275418595879022 (diff)
downloadnumpy-972127ddff5482ab32fa48eb175dd90ea7b7e993.tar.gz
Remove mention of nose from README
As per NEP 29, Numpy < 1.15 is dead, so there is no need to mention it in the README.
Diffstat (limited to 'README.md')
-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()'