Rename PUFFIN environment variables to UV (#1319)

A couple of these are actually user-facing although undocumented
This commit is contained in:
Zanie Blue 2024-02-15 12:49:27 -06:00 committed by GitHub
parent 0579a04014
commit 0780afff95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 52 additions and 56 deletions

View file

@ -31,8 +31,8 @@ fn command(context: &TestContext, python_versions: &[&str]) -> Command {
.arg("--cache-dir")
.arg(context.cache_dir.path())
.env("VIRTUAL_ENV", context.venv.as_os_str())
.env("PUFFIN_NO_WRAP", "1")
.env("PUFFIN_TEST_PYTHON_PATH", bin)
.env("UV_NO_WRAP", "1")
.env("UV_TEST_PYTHON_PATH", bin)
.current_dir(&context.temp_dir);
command
}

View file

@ -51,7 +51,7 @@ fn command(context: &TestContext) -> Command {
.arg("--cache-dir")
.arg(context.cache_dir.path())
.env("VIRTUAL_ENV", context.venv.as_os_str())
.env("PUFFIN_NO_WRAP", "1")
.env("UV_NO_WRAP", "1")
.current_dir(&context.temp_dir);
command
}

View file

@ -24,7 +24,7 @@ Usage:
Override the default PyPI index for uv and update the scenarios
$ PUFFIN_INDEX_URL="http://localhost:3141/packages/all/+simple" ./scripts/scenarios/update.py
$ UV_INDEX_URL="http://localhost:3141/packages/all/+simple" ./scripts/scenarios/update.py
Requirements: