We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With wheel 0.44 (and setuptools 72.1):
[ 18s] ___________________ ERROR collecting tests/test_build_api.py ___________________ [ 18s] tests/test_build_api.py:7: in <module> [ 18s] from jupyter_packaging.build_api import build_sdist, build_wheel [ 18s] jupyter_packaging/__init__.py:6: in <module> [ 18s] from .setupbase import * # noqa [ 18s] jupyter_packaging/setupbase.py:48: in <module> [ 18s] from wheel.bdist_wheel import bdist_wheel [ 18s] /usr/lib/python3.10/site-packages/wheel/bdist_wheel.py:5: in <module> [ 18s] warn( [ 18s] E DeprecationWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command.
The text was updated successfully, but these errors were encountered:
Update python-jupyter-packaging to version 0.12.3 / rev 10 via SR 120…
c2b3ac3
…1473 https://build.opensuse.org/request/show/1201473 by user bnavigator + anag+factory - Add jupyter-packaging-pr186-bdist_wheel.patch * gh#jupyter/jupyter-packaging#186 * gh#jupyter/jupyter-packaging#185 (forwarded request 1201472 from bnavigator)
Successfully merging a pull request may close this issue.
With wheel 0.44 (and setuptools 72.1):
The text was updated successfully, but these errors were encountered: