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
However, at the end of the run, I have to run uv sync to recreate my .venv to keep working.
I have eventually found another workaround, but anyway, I still think the use case of running "uv sync" from a virtualenv created by something else (e.g. tox or nox) could be useful.
Another thing that breaks is if I have a Makefile or Justfile that calls uv run make something, then uv will use .venv and not .nox/whatever and this breaks.
I have trouble integrating uv with nox.
Here is what I would like to work:
If fails, because uv ignores the virtualenv supplied by nox:
Here's a workaround:
Here's a successful run:
However, at the end of the run, I have to run
uv sync
to recreate my.venv
to keep working.I have eventually found another workaround, but anyway, I still think the use case of running "uv sync" from a virtualenv created by something else (e.g. tox or nox) could be useful.
Another thing that breaks is if I have a Makefile or Justfile that calls
uv run make something
, thenuv
will use.venv
and not.nox/whatever
and this breaks.Version infos:
The text was updated successfully, but these errors were encountered: