File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if [ -f "./secrets-export.sh" ]; then
3131fi
3232
3333# List the packages.
34- uv sync ${UV_ARGS} --with pip -- reinstall
34+ uv sync ${UV_ARGS} --reinstall
3535uv run pip list
3636exit 1
3737
Original file line number Diff line number Diff line change @@ -128,8 +128,7 @@ def handle_test_env() -> None:
128128 TEST_ARGS = ""
129129
130130 # Start compiling the args we'll pass to uv.
131- # Run in an isolated environment so as not to pollute the base venv.
132- UV_ARGS = ["--isolated --extra test" ]
131+ UV_ARGS = ["--extra test --group pip" ]
133132
134133 test_title = test_name
135134 if sub_test_name :
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Tracker = "https://jira.mongodb.org/projects/PYTHON/issues"
4949dev = [
5050 " pre-commit>=4.0"
5151]
52+ pip = [" pip" ]
5253gevent = [" gevent" ]
5354eventlet = [" eventlet" ]
5455coverage = [
You can’t perform that action at this time.
0 commit comments