File tree Expand file tree Collapse file tree 3 files changed +64
-47
lines changed Expand file tree Collapse file tree 3 files changed +64
-47
lines changed Original file line number Diff line number Diff line change 2626fi
2727
2828# List the packages.
29- uv sync ${UV_ARGS} --reinstall
29+ uv sync ${UV_ARGS} --reinstall --quiet
3030uv pip list
3131
32- # Ensure we go back to base environment after the test.
33- trap " uv sync" EXIT HUP
34-
3532# Start the test runner.
3633uv run ${UV_ARGS} .evergreen/scripts/run_tests.py " $@ "
3734
Original file line number Diff line number Diff line change 22set shell := [" bash" , " -c" ]
33
44# Commonly used command segments.
5- uv_run := " uv run --isolated -- frozen "
5+ uv_run := " uv run --frozen "
66typing_run := uv_run + " --group typing --extra aws --extra encryption --extra ocsp --extra snappy --extra test --extra zstd"
77docs_run := uv_run + " --extra docs"
88doc_build := " ./doc/_build"
@@ -13,11 +13,15 @@ mypy_args := "--install-types --non-interactive"
1313default :
1414 @ just --list
1515
16+ [private ]
17+ resync :
18+ @ uv sync --quiet --frozen
19+
1620install :
1721 bash .evergreen/ scripts/ setup-dev-env .sh
1822
1923[group (' docs' )]
20- docs :
24+ docs : && resync
2125 {{ docs_run}} sphinx-build -W -b html doc {{ doc_build}} / html
2226
2327[group (' docs' )]
You can’t perform that action at this time.
0 commit comments