Release wheel 51.1.0 packs to many
See original GitHub issueI think it should be yanked. Look at the file size of the wheel before and after:
setuptools-51.1.0-py3-none-any.whl (2.0 MB)
setuptools-51.0.0-py3-none-any.whl (785.2 kB)
The reason for the extra size (more than double of the previous) is that somehow you now include all test files in the wheel. I don’t think test files should be in wheel (only in sdist).
Discovered as this is causing now Windows long path limit violation for the virtualenv CI https://github.com/pypa/virtualenv/pull/2036, which is unsupported by PyPy3 on Windows https://foss.heptapod.net/pypy/pypy/-/issues/3363.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:14 (11 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So there are several bugs implicit in this report:
Obviously, addressing the third issue will work around the others.