Skip to content

Commit fdda3ca

Browse files
committed
WIP Restrict install cffi in test_requirements.txt [cd build]
1 parent 54676b0 commit fdda3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pytz==2021.3
77
pytest-cov==3.0.0
88
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
99
# for numpy.random.test.test_extending
10-
cffi; python_version <= '3.10'
10+
cffi; python_version < '3.10'
1111
# For testing types. Notes on the restrictions:
1212
# - Mypy relies on C API features not present in PyPy
1313
mypy==0.910; platform_python_implementation != "PyPy"

0 commit comments

Comments
 (0)