diff options
author | Josh Wilson <person142@users.noreply.github.com> | 2020-06-07 12:28:50 -0700 |
---|---|---|
committer | Josh Wilson <person142@users.noreply.github.com> | 2020-06-07 12:28:50 -0700 |
commit | 744512dc5d8c55b4873c3dd71a82b7915a886965 (patch) | |
tree | 45957fa744610c746f48b2b454727204646220c2 /test_requirements.txt | |
parent | 3fee17a0da9277ee21e20018beeb2a42ef12a02f (diff) | |
download | numpy-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.txt | 3 |
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 |