jupyter-packaging icon indicating copy to clipboard operation
jupyter-packaging copied to clipboard

New DeprecationWarning from wheel

Open bnavigator opened this issue 5 months ago • 0 comments

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.

bnavigator avatar Sep 16 '24 19:09 bnavigator