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:
699
699
script : |
700
700
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
701
701
/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
703
703
- command : shell.exec
704
704
params :
705
705
background : true
@@ -717,7 +717,7 @@ functions:
717
717
script : |
718
718
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
719
719
/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
721
721
- command : shell.exec
722
722
params :
723
723
background : true
You can’t perform that action at this time.
0 commit comments