We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e1a4e commit df7ae00Copy full SHA for df7ae00
1 file changed
nox/sessions.py
@@ -750,6 +750,12 @@ def install(
750
is no longer supported. If you still want to do that, please
751
use ``session.run("pip", "install", ...)`` instead.
752
753
+ .. warning::
754
+
755
+ The ``uv`` backend does not reinstall, even for local packages, so
756
+ you need to include ``--reinstall-package <pkg-name>`` (uv-only) if
757
+ reusing the environment.
758
759
.. _pip: https://pip.readthedocs.org
760
"""
761
venv = self._runner.venv
0 commit comments