-
Notifications
You must be signed in to change notification settings - Fork 1k
tests, warehouse: disable egg uploads #14118
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
Conversation
Also removes the PEP 715 notice emails, since they'll cease to serve any purpose once eggs can't be uploaded. Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
I wonder if we want to provide a specific error message when someone tries to upload an egg indicating that it's deprecated rather than just an invalid file? I think it's probably likely we haven't actually been able to inform everyone that might try to upload an |
@di Were you thinking something beyond this? That updates the message to include the new PEP as well, but the "Invalid file extension" summary goes to your point about potentially confusing users. I could probably tweak or specialize that error case to emphasize that the error is due to a deprecation, and not an invalid file per se. |
@woodruffw Ah, I missed that change. I suppose that should be sufficient! |
This is updated and good to go by tomorrow! |
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.
🐣
Related: pypa/packaging.python.org#1278 |
🍳 |
DO NOT MERGE UNTIL AUGUST 1
Also removes the PEP 715 notice emails, since they'll cease to serve any purpose once eggs can't be uploaded.
Closes #10653.