Skip to content
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 the new tool lockfile deprecation message. (cherrypick of #19565) #19571

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

benjyw
Copy link
Contributor

@benjyw benjyw commented Aug 8, 2023

When displaying the list of requirements you need in your new tool lockfile,
it called self.requirements, which used to just be a helper function to
return the old-style requirements. But at some point it became an option
specifying the new-style requirements, and this callsite wasn't updated.
It is now.

Note: this code was deleted from main, so this is a cherry-pick from 2.17.x.

When displaying the list of requirements you need in your new tool
lockfile, it called `self.requirements`, which used to just be a helper
function to return the old-style requirements. But at some point it
became an option specifying the new-style requirements, and this
callsite wasn't updated. It is now.
@benjyw benjyw added the category:bugfix Bug fixes for released features label Aug 8, 2023
@benjyw benjyw requested a review from huonw August 8, 2023 19:44
@benjyw benjyw merged commit 45bc61c into 2.16.x Aug 9, 2023
@benjyw benjyw deleted the benjyw_cherrypick_19565 branch August 9, 2023 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants