summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index ee9bc9a84..256b26d9b 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,13 +1,13 @@
cython==0.29.24
wheel<0.37.1
setuptools<49.2.0
-hypothesis==6.17.3
-pytest==6.2.4
-pytz==2021.1
-pytest-cov==2.12.1
+hypothesis==6.24.1
+pytest==6.2.5
+pytz==2021.3
+pytest-cov==3.0.0
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
# for numpy.random.test.test_extending
-cffi
+cffi; python_version < '3.10'
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
mypy==0.910; platform_python_implementation != "PyPy"