Skip to content

Commit

Permalink
PYTHON-4194 Fix Cryptography Install on PyPy (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Feb 9, 2024
1 parent fe37841 commit 42f5ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42f5ff1

Please sign in to comment.