Skip to content

New DeprecationWarning from wheel #185

@bnavigator

Description

@bnavigator

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions