-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Stop including 'wheel', setuptools 70.1 has native bdist_wheel support #2868
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
bce9ebb
to
d0cb03a
Compare
The two blockers are resolved. Note that this PR now bumps the bundled pip (except for Python 3.8, which I assume we'll remove shortly). |
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.
PR still failing.
warn( | ||
"The --no-wheel option is deprecated. " | ||
"It has no effect, wheel is no longer bundled in virtualenv. " | ||
"This option will be removed in pip 26.", |
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.
in pip 26? should this be a virtualenv version?
setuptools has native
bdist_wheel
support these days, so I don't think it's necessary to bundle thewheel
library any more. Or am I missing something?Possibly we could include a noop
--no-wheel
argument (but I'm not sure where that would be best defined).Thanks for contributing, make sure you address all the checklists (for details on how see development documentation)
tox -e fix
)docs/changelog
folder