File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ cleanup_tests() {
3737trap " cleanup_tests" SIGINT ERR
3838
3939# Start the test runner.
40- set -x
41- env
40+ echo " Running tests with UV_PYTHON=${UV_PYTHON:- } ..."
4241uv run ${UV_ARGS} --reinstall-package pymongo .evergreen/scripts/run_tests.py " $@ "
42+ echo " Running tests with UV_PYTHON=${UV_PYTHON:- } ... done."
4343
4444cleanup_tests
Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ def handle_test_env() -> None:
154154 # Start compiling the args we'll pass to uv.
155155 UV_ARGS = ["--extra test --no-group dev" ]
156156
157- # If UV_PYTHON is set, add it to args.
158- if is_set ("UV_PYTHON" ):
159- UV_ARGS .extend (["--python" , os .environ ["UV_PYTHON" ]])
160-
161157 test_title = test_name
162158 if sub_test_name :
163159 test_title += f" { sub_test_name } "
You can’t perform that action at this time.
0 commit comments