Skip to content

Commit

Permalink
NODE-6502 Address two other usages of system python
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 11, 2024
1 parent 1965ed5 commit 4a83767
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .evergreen/run-azure-kms-mock-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ if [ -z ${DRIVERS_TOOLS+omitted} ]; then echo "DRIVERS_TOOLS is unset" && exit 1

set -o errexit

python3 $DRIVERS_TOOLS/.evergreen/csfle/bottle.py fake_azure:imds &
pushd $DRIVERS_TOOLS/.evergreen/csfle
. ./activate-kmstlsvenv.sh
python bottle.py fake_azure:imds &
popd

echo "Running Azure KMS idms server on port 8080"
2 changes: 1 addition & 1 deletion .evergreen/run-socks5-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function setup_fle() {

node -v

PYTHON_BINARY=${PYTHON_BINARY:-python3}
PYTHON_BINARY=$(bash -c ". $DRIVERS_TOOLS/.evergreen/find-python3.sh && ensure_python3 2>/dev/null")

# ssl setup
SSL=${SSL:-nossl}
Expand Down

0 comments on commit 4a83767

Please sign in to comment.