-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why --lock-only flag logic removed? #6131
Comments
The easier question first -- you'd have to fork to create a branch and open a PR. IIRC correctly, the functionality was removed to fulfill the idea that all specifiers come from the Pipfile: #5818 The problem with something like |
How can we update only one sub-dep package? For example I don't want to add sub-deps into Pipfile because at some point my packages can stop using them and I will be still installing that sub-deps for years |
An you can see on my photo I am trying to merge changes from my fork main into repo main |
I think the problem with |
It would be amazing to add it back and maybe add a warning message? So people will know the consequences of using that flag. In my case it’s very useful and we even trying to use outdated version to use that flag |
I can see in that commit:
6ac1451
The logic from flag lock-only was removed and now we have that flag but it is doing nothing at all, why? Should we fix that?
The sense of that flag is to not update the Pipfile if we don't want to include some packages in it
The text was updated successfully, but these errors were encountered: