-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix for "poetry lock --no-update" so that dependencies with extras are not updated unnecessarily #4618
Fix for "poetry lock --no-update" so that dependencies with extras are not updated unnecessarily #4618
Conversation
@neersighted: Shall I rebase the branch so that the FreeBSD test can succeed or should I wait for your review? |
Please go ahead and rebase! There are enough changes in master that even non-significantly stale PRs will need to be rebased to have confidence in testing anyway. Thanks! |
764a964
to
8b5b090
Compare
…e not updated unnecessarily
…ing version is found)
e742a8f
to
2234ceb
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pull Request Check List
Resolves: #4612
Resolves: #3128
Resolves: #5185
When calling
poetry lock
with--no-update
dependencies with extras should not be updated unnecessarily.