diff --git a/nox/sessions.py b/nox/sessions.py index 4f5d2805..df22f130 100644 --- a/nox/sessions.py +++ b/nox/sessions.py @@ -750,6 +750,12 @@ def install( is no longer supported. If you still want to do that, please use ``session.run("pip", "install", ...)`` instead. + .. warning:: + + The ``uv`` backend does not reinstall, even for local packages, so + you need to include ``--reinstall-package `` (uv-only) if + reusing the environment. + .. _pip: https://pip.readthedocs.org """ venv = self._runner.venv