Bug 2291872
Summary: | F41FailsToInstall: python3-pyramid | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-pyramid | Assignee: | Fedora Infrastructure SIG <infra-sig> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | infra-sig, kevin, mattia.verga, mhroncok |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-pyramid-2.0.2-4.fc41 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-06-18 10:05:25 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: | 2245641, 2291971, 2291973 | ||
Bug Blocks: | 2260877, 2244836, 2291493, 2291658, 2291813, 2291873, 2291874, 2291875, 2291876, 2291914 |
Description
Fedora Fails To Install
2024-06-12 11:28:34 UTC
Some tests are now failing: =================================== FAILURES =================================== ____________ Test_InstancePropertyHelper.test_property_without_name ____________ self = <tests.test_util.Test_InstancePropertyHelper testMethod=test_property_without_name> def test_property_without_name(self): def worker(obj): # pragma: no cover pass foo = Dummy() helper = self._getTargetClass() > self.assertRaises( ValueError, helper.set_property, foo, property(worker) ) E AssertionError: ValueError not raised by set_property tests/test_util.py:74: AssertionError ____________ Test_InstancePropertyMixin.test_property_without_name _____________ self = <tests.test_util.Test_InstancePropertyMixin testMethod=test_property_without_name> def test_property_without_name(self): def worker(obj): # pragma: no cover pass foo = self._makeOne() > self.assertRaises(ValueError, foo.set_property, property(worker)) E AssertionError: ValueError not raised by set_property tests/test_util.py:278: AssertionError Reported upstream at https://github.com/Pylons/pyramid/issues/3761 I have proposed a workaround in the upstream bug, from a local rebuild the fix is enough to make tests pass. I'll wait a bit, if upstream doesn't reply in a week or so I'll push the fix and rebuild Pyramid. FEDORA-2024-aa1f95338c (python-pyramid-2.0.2-4.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-aa1f95338c FEDORA-2024-aa1f95338c (python-pyramid-2.0.2-4.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |