diff options
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index 97d06a0cf..9c94abf91 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -6,12 +6,10 @@ pytest==6.0.2 pytz==2020.4 pytest-cov==2.10.1 pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy' -pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy' # for numpy.random.test.test_extending 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 -# - Python 3.6 doesn't work because it doesn't understand py.typed -mypy==0.790; platform_python_implementation != "PyPy" and python_version > "3.6" +mypy==0.790; platform_python_implementation != "PyPy" typing_extensions |