Skip to content

Commit 6f5e216

Browse files
author
Divjot Arora
authored
GODRIVER-1467 Use requirements.txt from drivers-evergreen-tools (#349)
1 parent 218a07c commit 6f5e216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ functions:
446446
script: |
447447
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
448448
/opt/mongodbtoolchain/v3/bin/python3 -m venv ./venv
449-
./venv/bin/pip3 install -r ${PROJECT_DIRECTORY}/.evergreen/ocsp-requirements.txt
449+
./venv/bin/pip3 install -r mock-ocsp-responder-requirements.txt
450450
- command: shell.exec
451451
params:
452452
background: true
@@ -465,7 +465,7 @@ functions:
465465
script: |
466466
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
467467
/opt/mongodbtoolchain/v3/bin/python3 -m venv ./venv
468-
./venv/bin/pip3 install -r ${PROJECT_DIRECTORY}/.evergreen/ocsp-requirements.txt
468+
./venv/bin/pip3 install -r mock-ocsp-responder-requirements.txt
469469
- command: shell.exec
470470
params:
471471
background: true
@@ -486,7 +486,7 @@ functions:
486486
script: |
487487
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
488488
/opt/mongodbtoolchain/v3/bin/python3 -m venv ./venv
489-
./venv/bin/pip3 install -r ${PROJECT_DIRECTORY}/.evergreen/ocsp-requirements.txt
489+
./venv/bin/pip3 install -r mock-ocsp-responder-requirements.txt
490490
- command: shell.exec
491491
params:
492492
background: true
@@ -505,7 +505,7 @@ functions:
505505
script: |
506506
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
507507
/opt/mongodbtoolchain/v3/bin/python3 -m venv ./venv
508-
./venv/bin/pip3 install -r ${PROJECT_DIRECTORY}/.evergreen/ocsp-requirements.txt
508+
./venv/bin/pip3 install -r mock-ocsp-responder-requirements.txt
509509
- command: shell.exec
510510
params:
511511
background: true

0 commit comments

Comments
 (0)