Add a --no-sync flag to avoid installing/uninstalling the dependency (declare only) #1765
Closed as not planned
--no-sync flag to avoid installing/uninstalling the dependency (declare only) #1765
Basically we won't touch the virtual environment.
uv addhas a--no-syncflag with a similar meaning.We would do the same for poetry.
When the flag kicks in, we will replace the installation step/message with the same message we use with the None backend.