Bug 2291744
Summary: | F41FailsToInstall: python3-ipywidgets | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-ipywidgets | Assignee: | Lumír Balhar <lbalhar> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | lbalhar, mhroncok, python-packagers-sig |
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: | 2024-06-18 18:49:45 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: | 2291548, 2291797 | ||
Bug Blocks: | 2260877, 2244836, 2291545, 2291750, 2291786, 2291792, 2291843 |
Description
Fedora Fails To Install
2024-06-12 11:24:36 UTC
It fails tests due to dedented docstrings: =================================== FAILURES =================================== ________________________ TestDocSubst.test_substitution ________________________ self = <ipywidgets.widgets.tests.test_docutils.TestDocSubst testMethod=test_substitution> def test_substitution(self): snippets = {'key': '62'} @doc_subst(snippets) def f(): """ Docstring with value {key} """ > assert f.__doc__ == " Docstring with value 62 " E AssertionError: assert 'Docstring with value 62 ' == ' Docstring with value 62 ' E - Docstring with value 62 E ? - E + Docstring with value 62 ipywidgets/widgets/tests/test_docutils.py:18: AssertionError ________________________ TestDocSubst.test_unused_keys _________________________ self = <ipywidgets.widgets.tests.test_docutils.TestDocSubst testMethod=test_unused_keys> def test_unused_keys(self): snippets = {'key': '62', 'other-key': 'unused'} @doc_subst(snippets) def f(): """ Docstring with value {key} """ > assert f.__doc__ == " Docstring with value 62 " E AssertionError: assert 'Docstring with value 62 ' == ' Docstring with value 62 ' E - Docstring with value 62 E ? - E + Docstring with value 62 ipywidgets/widgets/tests/test_docutils.py:27: AssertionError Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 41. Thanks for taking care of it! |