-
Notifications
You must be signed in to change notification settings - Fork 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
Canonicalize FrozenRequirement name for correct comparison #6857
Conversation
5abfcee
to
3d25ba4
Compare
3a63789
to
f38b729
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments.
This will also need tests. For example, you could factor tests/functional/test_freeze.py::test_freeze_with_requirement_option
into a separate function then call it from a test function that passes the original text for hint.txt
and another test function that calls it with the same contents but different capitalization of package names.
902ba9a
to
af7cc63
Compare
af7cc63
to
ea2a889
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks for your work on this @abs51295! |
Thank you for your review and patience @chrahunt :) |
Fixes #5716