Your message dated Sun, 24 May 2026 15:49:22 +0000
with message-id <[email protected]>
and subject line Bug#1135456: fixed in python-rich-argparse 1.8.0-1
has caused the Debian Bug report #1135456,
regarding python-rich-argparse: FTBFS: test_rich_renderables fails
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1135456: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135456
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-rich-argparse
Version: 1.6.0-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202605/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-rich-argparse, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build"
module
I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_rich-argparse
* Building wheel...
Successfully built rich_argparse-1.6.0-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with
"installer" module
I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build"
module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rich-argparse
* Building wheel...
Successfully built rich_argparse-1.6.0-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:385: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_rich-argparse/build; python3.14 -m
pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.4, pytest-9.0.3, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_rich-argparse/build
configfile: pyproject.toml
collected 283 items
tests/test_argparse.py ..................x.............................. [ 17%]
........................................................................ [ 42%]
........................................................................ [ 68%]
.......................s.F....s
[ 79%]
tests/test_optparse.py ..................x.............................. [ 96%]
..sss..... [100%]
=================================== FAILURES ===================================
____________________________ test_rich_renderables _____________________________
@pytest.mark.usefixtures("force_color")
def test_rich_renderables():
table = Table("foo", "bar")
table.add_row("1", "2")
parser = ArgumentParser(
"PROG",
formatter_class=RichHelpFormatter,
description=Markdown(
textwrap.dedent(
"""\
This is a **description**
_________________________
| foo | bar |
| --- | --- |
| 1 | 2 |
"""
)
),
epilog=Group(Markdown("This is an *epilog*"), table, Text("The
end.", style="red")),
)
expected_help = """\
\x1b[38;5;208mUsage:\x1b[0m \x1b[38;5;244mPROG\x1b[0m
[\x1b[36m-h\x1b[0m]
This is a \x1b[1mdescription\x1b[0m
\x1b[33mââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ\x1b[0m
\x1b[1m \x1b[0m\x1b[1mfoo\x1b[0m\x1b[1m \x1b[0m \x1b[1m
\x1b[0m\x1b[1mbar\x1b[0m
âââââââââââ
1 2
\x1b[38;5;208mOptional Arguments:\x1b[0m
\x1b[36m-h\x1b[0m, \x1b[36m--help\x1b[0m \x1b[39mshow this help
message and exit\x1b[0m
This is an \x1b[3mepilog\x1b[0m
âââââââ³ââââââ
â\x1b[1m \x1b[0m\x1b[1mfoo\x1b[0m\x1b[1m \x1b[0mâ\x1b[1m
\x1b[0m\x1b[1mbar\x1b[0m\x1b[1m \x1b[0mâ
â¡ââââââââââââ©
â 1 â 2 â
âââââââ´ââââââ
\x1b[31mThe end.\x1b[0m
"""
> assert parser.format_help() == clean(expected_help)
E AssertionError: assert '\x1b[38;5;20...end.\x1b[0m\n' ==
'\x1b[38;5;20...end.\x1b[0m\n'
E
E Skipping 80 identical leading characters in diff, use -v to show
E on[0m
E
E -
[33mââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ[0m
E +
[2m--------------------------------------------------------------------------------------------------[0m
E ...
E
E ...Full output truncated (17 lines hidden), use '-vv' to show
tests/test_argparse.py:947: AssertionError
=========================== short test summary info ============================
FAILED tests/test_argparse.py::test_rich_renderables - AssertionError: assert...
============= 1 failed, 275 passed, 5 skipped, 2 xfailed in 0.63s ==============
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_rich-argparse/build; python3.14 -m
pytest tests
I: pybuild base:385: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rich-argparse/build; python3.13 -m
pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.3, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rich-argparse/build
configfile: pyproject.toml
collected 283 items
tests/test_argparse.py ..................x.............................. [ 17%]
........................................................................ [ 42%]
........................................................................ [ 68%]
.......................s.F....s
[ 79%]
tests/test_optparse.py ..................x.............................. [ 96%]
..sss..... [100%]
=================================== FAILURES ===================================
____________________________ test_rich_renderables _____________________________
@pytest.mark.usefixtures("force_color")
def test_rich_renderables():
table = Table("foo", "bar")
table.add_row("1", "2")
parser = ArgumentParser(
"PROG",
formatter_class=RichHelpFormatter,
description=Markdown(
textwrap.dedent(
"""\
This is a **description**
_________________________
| foo | bar |
| --- | --- |
| 1 | 2 |
"""
)
),
epilog=Group(Markdown("This is an *epilog*"), table, Text("The
end.", style="red")),
)
expected_help = """\
\x1b[38;5;208mUsage:\x1b[0m \x1b[38;5;244mPROG\x1b[0m
[\x1b[36m-h\x1b[0m]
This is a \x1b[1mdescription\x1b[0m
\x1b[33mââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ\x1b[0m
\x1b[1m \x1b[0m\x1b[1mfoo\x1b[0m\x1b[1m \x1b[0m \x1b[1m
\x1b[0m\x1b[1mbar\x1b[0m
âââââââââââ
1 2
\x1b[38;5;208mOptional Arguments:\x1b[0m
\x1b[36m-h\x1b[0m, \x1b[36m--help\x1b[0m \x1b[39mshow this help
message and exit\x1b[0m
This is an \x1b[3mepilog\x1b[0m
âââââââ³ââââââ
â\x1b[1m \x1b[0m\x1b[1mfoo\x1b[0m\x1b[1m \x1b[0mâ\x1b[1m
\x1b[0m\x1b[1mbar\x1b[0m\x1b[1m \x1b[0mâ
â¡ââââââââââââ©
â 1 â 2 â
âââââââ´ââââââ
\x1b[31mThe end.\x1b[0m
"""
> assert parser.format_help() == clean(expected_help)
E AssertionError: assert '\x1b[38;5;20...end.\x1b[0m\n' ==
'\x1b[38;5;20...end.\x1b[0m\n'
E
E Skipping 80 identical leading characters in diff, use -v to show
E on[0m
E
E -
[33mââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ[0m
E +
[2m--------------------------------------------------------------------------------------------------[0m
E ...
E
E ...Full output truncated (17 lines hidden), use '-vv' to show
tests/test_argparse.py:947: AssertionError
=========================== short test summary info ============================
FAILED tests/test_argparse.py::test_rich_renderables - AssertionError: assert...
============= 1 failed, 275 passed, 5 skipped, 2 xfailed in 0.62s ==============
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rich-argparse/build; python3.13 -m
pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" --parallel=2 returned exit code 13
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-rich-argparse
Source-Version: 1.8.0-1
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-rich-argparse, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated python-rich-argparse
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 24 May 2026 16:38:12 +0100
Source: python-rich-argparse
Architecture: source
Version: 1.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1131502 1135456
Changes:
python-rich-argparse (1.8.0-1) unstable; urgency=medium
.
* Team upload.
.
[ Shanavas M ]
* New upstream release (closes: #1131502):
- Fix test_rich_renderables (closes: #1135456).
* Add Homepage field.
Checksums-Sha1:
e040cb5e05fe5ac132d7908d71cb105cdb9bf606 2349 python-rich-argparse_1.8.0-1.dsc
6f15b9bf3f5264264dfa34124af269a1055446e1 40938
python-rich-argparse_1.8.0.orig.tar.gz
46b823e83d7c14b9f3bcd7f47a49ed7ff82e9a2f 2060
python-rich-argparse_1.8.0-1.debian.tar.xz
Checksums-Sha256:
0f5ba945ea808c75fe4fca16e491ee84c7a7a5123548ac05d496e792288f88f8 2349
python-rich-argparse_1.8.0-1.dsc
3d201d0d377e6dfac04215880ee1ba144af0cf449d27a1ca26a194a505965b07 40938
python-rich-argparse_1.8.0.orig.tar.gz
f3115953c232b728edd2c02951d6d4012040974cd619d80617f68e0793590b13 2060
python-rich-argparse_1.8.0-1.debian.tar.xz
Files:
66f9b500173ec04014ef4075910cd303 2349 python optional
python-rich-argparse_1.8.0-1.dsc
24463c25b7104e5ca2fb57b1dbf1a899 40938 python optional
python-rich-argparse_1.8.0.orig.tar.gz
a0df36274195e05929a37f0027f134ea 2060 python optional
python-rich-argparse_1.8.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmoTG6gACgkQOTWH2X2G
UAtOOw/+JeISaE4NNVVOOobpgSAmI6tYvCCzzewUIS8AGpTJTF/yX4ZlAb5DbYnV
blyxJ+Li1nkzQRRX8RD02Y9fP1XYQU1zgREynwMuIF7q0q0fSLTaUQmJ8UDiuB65
oD86eJZsph3tODQhrVF4WG/8ylW5e47Ra6xDs00B+4vPPRSEPE7saAySSWNs5nGE
Ry1I1N1SMiVrtqa6OYFwkvXmcgaNddgyFodcQ7nvHBglzXcHH+NFIdo08O9bavjS
ahEtreIqZ9hTinYTedtfnnXFqPoMLzZudbdnoA1n9CjaAWwAThj2g1lzk2r6afT6
yYKfrrfl54eEiMsECL2TpgVg2jruOVZXCMK8NXtCYtIRNPZx1CryjwuM449FvGmN
NdVAoI4tLBX4x8/G8tC1+FiJbfBe4t8X33QtSayCj2pgMIXSfCmGQHk1pbLsYbJk
54+CetthHtO+dVj8suFab+qA12Y7CFj6UMdT+SDWOVOJr+uX11TtSn1Yy/SZp3ls
mUA2mwynNWxZXn4cyMJWyNmDfq+2jPtYD9kj8Y6W2P/nvzienZYm8qiqlKeBkt+C
a1SJrqzPFbHYG+mUJHe6yAz7c7L7wdhcCUBZRppXnXieGkbvr+cop5KvJo5ZNrd0
ftQS2k0EMyG0GCzT/45frTpoUS1OGQTN95niijNlDvkA/ddul9Q=
=iPWa
-----END PGP SIGNATURE-----
pgpXZGztew4U4.pgp
Description: PGP signature
--- End Message ---