summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorJosh Wilson <person142@users.noreply.github.com>2020-06-07 12:28:50 -0700
committerJosh Wilson <person142@users.noreply.github.com>2020-06-07 12:28:50 -0700
commit744512dc5d8c55b4873c3dd71a82b7915a886965 (patch)
tree45957fa744610c746f48b2b454727204646220c2 /test_requirements.txt
parent3fee17a0da9277ee21e20018beeb2a42ef12a02f (diff)
downloadnumpy-744512dc5d8c55b4873c3dd71a82b7915a886965.tar.gz
MAINT: merge typing requirements into test requirements
This will make them get picked up in CI runs.
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 026bbe414..5492cbf98 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -7,3 +7,6 @@ pickle5; python_version == '3.7'
pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy'
# for numpy.random.test.test_extending
cffi
+# for testing types
+mypy==0.770; platform_python_implementation != "PyPy"
+typing_extensions