Bug 2343916
Summary: | python-cattrs fails to build with Python 3.14: TypeError: <class 'tests.strategies.test_include_subclasses.GrandChild'> has no usable non-default attributes | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | python-cattrs | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | code, ksurma, mhroncok, neuro-sig, sanjay.ankur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-06-05 11:48:45 UTC | Type: | Bug |
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: | 2322407 |
Description
Karolina Surma
2025-02-05 11:27:40 UTC
Reported upstream as https://github.com/python-attrs/cattrs/issues/626. I don’t really have any insight into the root cause. I updated the upstream ticket with new failures in a6. I also reported a related regression to Python upstream: https://github.com/python/cpython/issues/131933 -- if they decide the change is intentional (as they often unfortunately do), adjusting the tests to compare typing Unions for equality rather than identity should be easy. Based on testing with the Python 3.14 COPR, this should be fixed in Rawhide with the 25.x releases. |