-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Support .egg installations - [merged] #194
Comments
In GitLab by @asottile on May 11, 2019, 22:02 I don't want to support eggs either, but it's a blocker for using importlib-metadata for pytest via pluggy See pytest-dev/pluggy#205 for more details |
In GitLab by @codecov on May 11, 2019, 22:06 Codecov Report
@@ Coverage Diff @@
## master #65 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 4
Lines 202 202
Branches 19 19
=====================================
Hits 202 202
Continue to review full report at Codecov.
|
In GitLab by @jaraco on May 12, 2019, 12:27 Reading the downstream issue, here's the summary: When importlib-metadata is installed as an egg, it's unusable because it can't read its own metadata. I'd say it's far more of a blocker that the package is unusable as an egg than for it to support eggs. However, if adding support for eggs addresses the blocker and is likely to solve other use-cases, that's a compelling case to support eggs. This patch is well-engineered. I'm inclined to accept it. We probably should update the docs to remove the exclusion of eggs support. @asottile Can you do that? |
In GitLab by @asottile on May 12, 2019, 16:05 done! |
In GitLab by @jaraco on May 14, 2019, 13:23 Thanks for that change. Reading that section again, I see that #19 was where that decision was originally made. Re-reading the conclusion there, I see:
I believe this Merge Request resumes that conversation and that the benefits of adding this change far outweigh the costs. |
In GitLab by @jaraco on May 14, 2019, 13:23 approved this merge request |
In GitLab by @jaraco on May 14, 2019, 13:24 merged |
In GitLab by @asottile on May 14, 2019, 13:32 Awesome, thanks! 🎉 |
In GitLab by @jaraco on May 14, 2019, 13:35 0.12 should release with this code. I do advise for |
In GitLab by @asottile on May 14, 2019, 13:40 I agree, we're not using it ourselves but our consumers sadly are :( |
In GitLab by @asottile on Jun 18, 2019, 15:40 mentioned in merge request !78 |
Release handle on zipfile when generating path in ZipReader
In GitLab by @asottile on May 11, 2019, 22:01
Merges egg_support -> master
Signed-off-by: Anthony Sottile [email protected]
The text was updated successfully, but these errors were encountered: