summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-08-31 10:25:35 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-08-31 10:25:35 +0200
commit6085562b5ba1582d105014fdc83b8830629cbe69 (patch)
treea1c1f128e96c5364191dac451ed3e2127837c9df
parentb21ad7c5ee0cd76ea41bb519877804457d1776f8 (diff)
downloadnumpy-6085562b5ba1582d105014fdc83b8830629cbe69.tar.gz
TST: Drop typing-extensions from test_requirements.txt
Follow up on https://github.com/numpy/numpy/pull/19784. With the release of 3.10.0.2 we no longer have to worry about mypy installing a broken typing-extensions version for python 3.10.
-rw-r--r--test_requirements.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 68bc6800b..ee9bc9a84 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -11,6 +11,3 @@ cffi
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
mypy==0.910; platform_python_implementation != "PyPy"
-
-# TODO: Remove once 3.10.0.2 has been released (xref python/typing#865)
-typing_extensions==3.10.0.0; python_version == '3.10'