Skip to content

Commit b4f2450

Browse files
committed
tweak dependencies again
1 parent 3e5f2eb commit b4f2450

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,12 @@ if test -n "$FLE"; then
140140
# We already have a virtualenv activated for mlaunch,
141141
# install kms dependencies into it.
142142
#. .evergreen/csfle/activate_venv.sh
143-
pip install boto3~=1.19 cryptography~=3.4.8 pykmip~=0.10.0
143+
144+
# Adjusted package versions:
145+
# cryptography 3.4 requires rust, see
146+
# https://github.com/pyca/cryptography/issues/5771.
147+
#pip install boto3~=1.19 cryptography~=3.4.8 pykmip~=0.10.0
148+
pip3 install boto3~=1.19 'cryptography<3.4' pykmip~=0.10.0
144149
fi
145150
python3 -u .evergreen/csfle/kms_http_server.py --ca_file .evergreen/x509gen/ca.pem --cert_file .evergreen/x509gen/server.pem --port 7999 &
146151
python3 -u .evergreen/csfle/kms_http_server.py --ca_file .evergreen/x509gen/ca.pem --cert_file .evergreen/x509gen/expired.pem --port 8000 &

0 commit comments

Comments
 (0)