-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
Ignore eggs hashes from PyPI JSON API #1122
Conversation
fcd56ee
to
69b5956
Compare
can we get the set of hashable types from pip? |
AFAIK we can't get that info. |
Codecov Report
@@ Coverage Diff @@
## master #1122 +/- ##
=======================================
Coverage 99.47% 99.47%
=======================================
Files 36 36
Lines 2646 2647 +1
Branches 320 320
=======================================
+ Hits 2632 2633 +1
Misses 8 8
Partials 6 6
Continue to review full report at Codecov.
|
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.
Very nice, and good test case work!
@AndydeCleyre @auvipy thanks! |
Fixes #1121.
Changelog-friendly one-liner: Ignore hashes for
*.egg
files inpip-compile
.Contributor checklist