We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3a16d commit 9435412Copy full SHA for 9435412
1 file changed
requirements/testing.txt
@@ -5,6 +5,8 @@ pytest-asyncio<2 # for async
5
pytest-cov>=2,<8
6
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
7
psutil>=6.0.0,<8
8
+# cryptography 46+ dropped PyPy 3.10 wheels; pin to <46 for PyPy 3.10 only
9
+cryptography<46; implementation_name == "pypy" and python_version == "3.10"
10
# used only under slack_sdk/*_store
11
boto3<=2
12
# For AWS tests
0 commit comments