We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c7eaf commit 5e3d90dCopy full SHA for 5e3d90d
nox/virtualenv.py
@@ -34,7 +34,12 @@
34
# Problematic environment variables that are stripped from all commands inside
35
# of a virtualenv. See https://github.com/theacodes/nox/issues/44
36
_BLACKLISTED_ENV_VARS = frozenset(
37
- ["PIP_RESPECT_VIRTUALENV", "PIP_REQUIRE_VIRTUALENV", "__PYVENV_LAUNCHER__"]
+ [
38
+ "PIP_RESPECT_VIRTUALENV",
39
+ "PIP_REQUIRE_VIRTUALENV",
40
+ "__PYVENV_LAUNCHER__",
41
+ "UV_SYSTEM_PYTHON",
42
+ ]
43
)
44
_SYSTEM = platform.system()
45
0 commit comments