Your message dated Thu, 07 May 2026 09:47:06 +0000
with message-id <[email protected]>
and subject line Bug#1131249: fixed in superqt 0.7.3-1+deb13u1
has caused the Debian Bug report #1131249,
regarding superqt: FTBFS in trixie: test_wrapped_eliding_label 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.)
--
1131249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131249
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:superqt
Version: 0.7.3-1
Severity: serious
Control: fixed -1 0.8.0-1
Tags: ftbfs trixie
Dear maintainer:
During a rebuild of all packages in trixie, this package failed to build.
[ Note: The bug is marked as fixed with the version in forky/sid, but
packages in trixie must still build in trixie ].
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/trixie/
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:superqt, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
tests/zz_test_sliders/test_slider.py::test_drag_handles SKIPPED (mou...) [ 99%]
tests/zz_test_sliders/test_slider.py::test_drag_handles_beyond_edge SKIPPED [
99%]
tests/zz_test_sliders/test_slider.py::test_bar_drag_beyond_edge SKIPPED [100%]
=================================== FAILURES ===================================
__________________________ test_wrapped_eliding_label __________________________
qtbot = <pytestqt.qtbot.QtBot object at 0x7fb014a69fd0>
def test_wrapped_eliding_label(qtbot):
wdg = QElidingLabel(TEXT)
qtbot.addWidget(wdg)
assert not wdg.wordWrap()
assert 630 < wdg.sizeHint().width() < 640
assert wdg._elidedText().endswith(ELLIPSIS)
wdg.resize(QSize(200, 100))
assert wdg.text() == TEXT
assert wdg._elidedText().endswith(ELLIPSIS)
wdg.setWordWrap(True)
assert wdg.wordWrap()
assert wdg.text() == TEXT
assert wdg._elidedText().endswith(ELLIPSIS)
# just empirically from CI ... stupid
if platform.system() == "Linux":
> assert wdg.sizeHint() in (QSize(200, 198), QSize(200, 154))
E assert PyQt5.QtCore.QSize(200, 156) in (PyQt5.QtCore.QSize(200,
198), PyQt5.QtCore.QSize(200, 154))
E + where PyQt5.QtCore.QSize(200, 156) = sizeHint()
E + where sizeHint =
<superqt.elidable._eliding_label.QElidingLabel object at
0x7fb014ad91c0>.sizeHint
tests/test_eliding_label.py:44: AssertionError
=========================== short test summary info ============================
FAILED tests/test_eliding_label.py::test_wrapped_eliding_label - assert
PyQt5.QtCore.QSize(200, 156) in (PyQt5.QtCore.QSize(200, 198),
PyQt5.QtCore.QSize(200, 154))
+ where PyQt5.QtCore.QSize(200, 156) = sizeHint()
+ where sizeHint = <superqt.elidable._eliding_label.QElidingLabel object at
0x7fb014ad91c0>.sizeHint
====== 1 failed, 384 passed, 55 skipped, 1 deselected, 1 xfailed in 2.98s ======
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_superqt/build; xvfb-run
--auto-servernum --server-num=20 -s "-screen 0 1024x768x24 -ac +extension GLX
+render -noreset" python{version} -m pytest -v -k "not test_qiconify"
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit
code 13
make[1]: *** [debian/rules:27: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: superqt
Source-Version: 0.7.3-1+deb13u1
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
superqt, 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.
Santiago Vila <[email protected]> (supplier of updated superqt 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: Thu, 07 May 2026 00:50:00 +0200
Source: superqt
Architecture: source
Version: 0.7.3-1+deb13u1
Distribution: trixie
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1131249
Changes:
superqt (0.7.3-1+deb13u1) trixie; urgency=medium
.
* Team upload.
.
[ Stuart Prescott ]
* Add patch to skip flaky font metrics test. Closes: #1131249.
Checksums-Sha1:
b8b4393d2906a3f9734c9c8a2493e414b8ecdcb0 2401 superqt_0.7.3-1+deb13u1.dsc
0d583da1a0f3b43a7cd8a0acb8b1200548af6fe7 4976
superqt_0.7.3-1+deb13u1.debian.tar.xz
22745a0e8b788a5768a41e846f60ba788cc35180 6328
superqt_0.7.3-1+deb13u1_source.buildinfo
Checksums-Sha256:
1394d29e705c99fdfd8cb68a29c1de3c76deeaf86c79abfca87bbb6d98799515 2401
superqt_0.7.3-1+deb13u1.dsc
2861cb38c29fba96aaf81b7358d72a49870dd16efcf91ae5bb25f8e9de855bd9 4976
superqt_0.7.3-1+deb13u1.debian.tar.xz
991adc4161c238d2e352e146ac3627badcbfa129edca59bbc90a19316d28dd7b 6328
superqt_0.7.3-1+deb13u1_source.buildinfo
Files:
e558cc5b9a543798fc52a6c924b47dba 2401 python optional
superqt_0.7.3-1+deb13u1.dsc
fc382fc2f2d4afbef6d1592e5638b177 4976 python optional
superqt_0.7.3-1+deb13u1.debian.tar.xz
bc1e037fa59fca1153d7a76968cbca24 6328 python optional
superqt_0.7.3-1+deb13u1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmn7yCsACgkQQc5/C58b
izKKrAf/QG80R/00onLr8TOGYDXQ8SaPEZ5+Sv1W8xlEQ9ArK52CuvjDedSMP1iI
UMHSEi01+/bBFU2SfmVBuxsoVQhpvmWSuJ6ozE7fG01bQoQ+qqE+6NrWKOly8Rs0
e/IVR+nrQA4qoGJES6bapNiuOZGI7O4318BFC7Sm6JDcETrgYVmA5b5UwoyzA1PX
7Udbgo4oL6+roNRpoY1cdhrRaeRmDt8YUGqx8SeRTOGwCtYgp57bhhZ12lw7Fx5/
z6dPih74a9Pbae7wP0p6Dwt5fQMx2PZqsWYqqRJZ0IpK1keOuwYsSjJasI0UDtbO
853nHq7nFouEZEiRMtKWXIynBww0WQ==
=0mZr
-----END PGP SIGNATURE-----
pgp9H6h8VKR8V.pgp
Description: PGP signature
--- End Message ---