Skip to content

Commit aa475d6

Browse files
authored
fix: add UV_PYTHON to disallowed vars (#959)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 1acbb4e commit aa475d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nox/virtualenv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def __dir__() -> list[str]:
7777
"PIP_REQUIRE_VIRTUALENV",
7878
"__PYVENV_LAUNCHER__",
7979
"UV_SYSTEM_PYTHON",
80+
"UV_PYTHON",
8081
]
8182
)
8283

0 commit comments

Comments
 (0)