We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54676b0 commit fdda3caCopy full SHA for fdda3ca
test_requirements.txt
@@ -7,7 +7,7 @@ pytz==2021.3
7
pytest-cov==3.0.0
8
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
9
# for numpy.random.test.test_extending
10
-cffi; python_version <= '3.10'
+cffi; python_version < '3.10'
11
# For testing types. Notes on the restrictions:
12
# - Mypy relies on C API features not present in PyPy
13
mypy==0.910; platform_python_implementation != "PyPy"
0 commit comments