You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session.install fails when using uv as the backend, and the UV_PYTHON environment variable is set to a different version of Python than is being used by the current session
Expected Behavior
nox could perhaps filter UV_PYTHON and/or show a warning if it is set
Current Behavior
Session.install
fails when usinguv
as the backend, and the UV_PYTHON environment variable is set to a different version of Python than is being used by the current sessionExpected Behavior
nox could perhaps filter
UV_PYTHON
and/or show a warning if it is setSteps To Reproduce
For the following nox file
Without UV_PYTHON
With UV_PYTHON
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: