Public bug reported: rich 15.0.0-1 is stuck in Ubuntu stonking proposed-migration because its migration causes the autopkgtest for cmd2 3.2.0+ds-1ubuntu1 to fail on multiple architectures.
Test log: https://autopkgtest.ubuntu.com/results/autopkgtest- stonking/stonking/amd64/c/cmd2/20260622_133308_cb8ec@/log.gz Failure summary: ``` ____________________________ test_from_ansi_wrapper ____________________________ def test_from_ansi_wrapper() -> None: # Check if we are still patching Text.from_ansi(). If this check fails, then Rich # has fixed the bug. Therefore, we can remove this test function and ru._from_ansi_wrapper. > assert Text.from_ansi.__func__ is ru._from_ansi_wrapper.__func__ # > type: ignore[attr-defined] E assert <function Text.from_ansi at 0x7d0481a17a00> is <function _from_ansi_wrapper at 0x7d04817e64b0> ``` This regression needs to be resolved before rich can migrate to stonking. The failure indicates that a bug in rich has been fixed in the new version, so cmd2 needs to be updated to drop its workaround. ** Affects: rich (Ubuntu) Importance: Undecided Assignee: Zineb Zaadoud (zineb) Status: New ** Tags: autopkgtest stonking update-excuse ** Tags added: autopkgtest stonking update-excuse ** Changed in: rich (Ubuntu) Assignee: (unassigned) => Zineb Zaadoud (zineb) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2158492 Title: rich: autopkgtest regression in cmd2 on multiple architectures To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rich/+bug/2158492/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
