-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove pep517 hack in wheel builder #4907
Comments
This puts a new minimum on the PEP 518 requirement for `setuptools` because older versions of setuptools' PEP 517 backend will fail to include `setup.py` in an sdist.
@reaperhulk do you have any idea what was being requested here, and if so have we fixed it, or failing that what it's blocked on? Putting in this milestone with the intended scope of, "Figure out what the hell this ticket was for" |
I think this is the "downgrade to pip10" thing we do to avoid...I don't remember what. Something that broke us due to having a pyproject.toml. Probably the experiment to run is remove that downgrade and see if we can still build wheels? |
Tried this in #5306.
I could have sworn there was a pip bug filed for this, but I can't find it. |
removing from the milestone since this seems to be a pip issue |
Done |
No description provided.
The text was updated successfully, but these errors were encountered: