diff options
author | Neil <mistersheik@gmail.com> | 2021-03-18 17:13:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 17:13:49 -0400 |
commit | 972127ddff5482ab32fa48eb175dd90ea7b7e993 (patch) | |
tree | cb1b358483d600ef7899cc7d2e443cbee1643134 /README.md | |
parent | ddbff082e0bab0e3580be9f2f275418595879022 (diff) | |
download | numpy-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.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -19,10 +19,7 @@ It provides: Testing: -- NumPy versions ≥ 1.15 require `pytest` -- NumPy versions < 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()' |