From 42f5ff17ceb9d9760690fb202479ca7561c7a48d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 9 Feb 2024 15:19:42 -0600 Subject: [PATCH] PYTHON-4194 Fix Cryptography Install on PyPy (#1518) --- .evergreen/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/run-tests.sh b/.evergreen/run-tests.sh index 0dd3daf778..75d68e9e1b 100755 --- a/.evergreen/run-tests.sh +++ b/.evergreen/run-tests.sh @@ -116,7 +116,7 @@ fi if [ -n "$TEST_ENCRYPTION" ] || [ -n "$TEST_FLE_AZURE_AUTO" ] || [ -n "$TEST_FLE_GCP_AUTO" ]; then - python -m pip install '.[encryption]' + python -m pip install --prefer-binary '.[encryption]' # Install libmongocrypt if necessary. if [ ! -d "libmongocrypt" ]; then