Skip to content

Commit 150211b

Browse files
committed
debug
1 parent aeae9b5 commit 150211b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ -f "./secrets-export.sh" ]; then
3131
fi
3232

3333
# List the packages.
34-
uv sync ${UV_ARGS} --with pip --reinstall
34+
uv sync ${UV_ARGS} --reinstall
3535
uv run pip list
3636
exit 1
3737

.evergreen/scripts/setup_tests.py

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Tracker = "https://jira.mongodb.org/projects/PYTHON/issues"
4949
dev = [
5050
"pre-commit>=4.0"
5151
]
52+
pip = ["pip"]
5253
gevent = ["gevent"]
5354
eventlet = ["eventlet"]
5455
coverage = [

0 commit comments

Comments
 (0)