diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-02-01 18:00:18 +0100 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-02-01 18:01:58 +0100 |
commit | 5639e0ec8d7b8fc96fe44b1cf35a8bf77413791f (patch) | |
tree | 22e1a334a5e6143ec584436647721c59532a495a /test_requirements.txt | |
parent | 234f6d705fe0e2787c9238ca13a3ec80a474aaa5 (diff) | |
download | numpy-5639e0ec8d7b8fc96fe44b1cf35a8bf77413791f.tar.gz |
DOC: Removed an outdated comment
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index b7b51f2e2..05788d7db 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -10,7 +10,6 @@ pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy' cffi # For testing types. Notes on the restrictions: # - Mypy relies on C API features not present in PyPy -# - Mypy doesn't currently work on Python 3.9 # - There is no point in installing typing_extensions without mypy mypy==0.800; platform_python_implementation != "PyPy" typing_extensions==3.7.4.3; platform_python_implementation != "PyPy" |