summaryrefslogtreecommitdiff
path: root/test_requirements.txt
blob: 88ee0c64eea23b0dc12dd64ab5c8c98a1f7d122f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cython==0.29.21
wheel
setuptools<49.2.0
hypothesis==5.23.12
pytest==6.0.1
pytz==2020.1
pytest-cov==2.10.0
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. 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.782; platform_python_implementation != "PyPy" and python_version > "3.6"
typing_extensions