Bug 2319673
| Summary: | python-jupyter-packaging fails to build with wheel 0.44: DeprecationWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | python-jupyter-packaging | Assignee: | Lumír Balhar <lbalhar> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cstratak, lbalhar, python-packagers-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-jupyter-packaging-0.12.3-14.fc42 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-10-23 18:16:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2319387 | ||
|
Description
Miro Hrončok
2024-10-18 10:11:15 UTC
...
_______________ ERROR collecting tests/test_utility_functions.py _______________
tests/test_utility_functions.py:6: in <module>
import jupyter_packaging.setupbase as pkg
jupyter_packaging/__init__.py:6: in <module>
from .setupbase import * # noqa
jupyter_packaging/setupbase.py:48: in <module>
from wheel.bdist_wheel import bdist_wheel
/usr/lib/python3.13/site-packages/wheel/bdist_wheel.py:5: in <module>
warn(
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.
=========================== short test summary info ============================
ERROR tests/test_build_api.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_build_api.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_core_functions.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_core_functions.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_datafiles_paths.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_datafiles_paths.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_deprecated.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_deprecated.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_is_stale.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_is_stale.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_main.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_main.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_utility_functions.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
ERROR tests/test_utility_functions.py - DeprecationWarning: The 'wheel' package is no longer the canonical location...
!!!!!!!!!!!!!!!!!!! Interrupted: 14 errors during collection !!!!!!!!!!!!!!!!!!!
====================== 13 deselected, 14 errors in 0.65s =======================
FEDORA-2024-e9c26c6df9 (python-jupyter-packaging-0.12.3-14.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-e9c26c6df9 FEDORA-2024-e9c26c6df9 (python-jupyter-packaging-0.12.3-14.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. |