File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ functions:
699699 script : |
700700 cd ${DRIVERS_TOOLS}/.evergreen/ocsp
701701 /opt/mongodbtoolchain/v3/bin/python3 -m venv ./venv
702- ./venv/bin/pip3 install asn1crypto oscrypto bottle
702+ ./venv/bin/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
703703 - command : shell.exec
704704 params :
705705 background : true
@@ -717,7 +717,7 @@ functions:
717717 script : |
718718 cd ${DRIVERS_TOOLS}/.evergreen/ocsp
719719 /opt/mongodbtoolchain/v3/bin/python3 -m venv ./venv
720- ./venv/bin/pip3 install asn1crypto oscrypto bottle
720+ ./venv/bin/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
721721 - command : shell.exec
722722 params :
723723 background : true
You can’t perform that action at this time.
0 commit comments