Skip to content

Commit 9435412

Browse files
fix: pin cryptography<46 for PyPy 3.10 CI builds (#1860)
1 parent aa3a16d commit 9435412

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

requirements/testing.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ pytest-asyncio<2 # for async
55
pytest-cov>=2,<8
66
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
77
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"
810
# used only under slack_sdk/*_store
911
boto3<=2
1012
# For AWS tests

0 commit comments

Comments
 (0)