summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-11-01 11:31:45 +0200
committerGitHub <noreply@github.com>2021-11-01 11:31:45 +0200
commitfa397e9d9a821a178ad620b28bb334b800d2c93d (patch)
treeb5c9dd882e43dae744e93a2809b0205e55a6b1e9 /test_requirements.txt
parent927feff8788f27f29e76e803f187a4c041098ced (diff)
parentcb3d7ef65e5e5277f5d5714a604bc724620876c6 (diff)
downloadnumpy-fa397e9d9a821a178ad620b28bb334b800d2c93d.tar.gz
Merge pull request #20102 from thomasjpfan/ci_buildwheel_rf
BLD Uses cibuildwheel for linux + osx wheels [cd build]
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 51f678670..30b193db1 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -7,7 +7,7 @@ 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"