mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Rename PUFFIN
environment variables to UV
(#1319)
A couple of these are actually user-facing although undocumented
This commit is contained in:
parent
0579a04014
commit
0780afff95
14 changed files with 52 additions and 56 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue