Skip to content

Commit 914d206

Browse files
committed
PYTHON-2193 Update install dependencies for OCSP tests
1 parent 3463f06 commit 914d206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)