Your message dated Mon, 16 Feb 2026 16:19:20 +0000
with message-id <[email protected]>
and subject line Bug#1123326: fixed in python-typing-inspect 0.9.0-2
has caused the Debian Bug report #1123326,
regarding python-typing-inspect: FTBFS: dh_auto_test: error: pybuild --test
--test-pytest -i python{version} -p "3.14 3.13" returned exit code 13
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.)
--
1123326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123326
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-typing-inspect
Version: 0.9.0-1
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/202512/
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-typing-inspect, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:317: python3.14 setup.py clean
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_python-typing-inspect/build'
(and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
I: pybuild base:317: python3.13 setup.py clean
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_python-typing-inspect/build'
(and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --with python3 --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:317: python3.14 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running config
I: pybuild base:317: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:317: /usr/bin/python3.14 setup.py build
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
copying typing_inspect.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_python-typing-inspect/build
I: pybuild base:317: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
copying typing_inspect.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_python-typing-inspect/build
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_python-typing-inspect/build; python3.14
-m pytest
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 25 items
test_typing_inspect.py ............s......ss.FF. [100%]
=================================== FAILURES ===================================
______________________ GetUtilityTestCase.test_parameters ______________________
self = <test_typing_inspect.GetUtilityTestCase testMethod=test_parameters>
def test_parameters(self):
T = TypeVar('T')
S_co = TypeVar('S_co', covariant=True)
U = TypeVar('U')
self.assertEqual(get_parameters(int), ())
self.assertEqual(get_parameters(Generic), ())
self.assertEqual(get_parameters(Union), ())
if not LEGACY_TYPING:
self.assertEqual(get_parameters(List[int]), ())
if PY39:
self.assertEqual(get_parameters(List), ())
else:
self.assertEqual(get_parameters(List), (typing_T,))
else:
# in 3.5.3 a list has no __args__ and instead they are used in
__parameters__
# in 3.5.1 the behaviour is normal again.
pass
self.assertEqual(get_parameters(Generic[T]), (T,))
self.assertEqual(get_parameters(Tuple[List[T], List[S_co]]), (T, S_co))
if EXISTING_UNIONS_SUBSCRIPTABLE:
> self.assertEqual(get_parameters(Union[S_co, Tuple[T, T]][int, U]),
> (U,))
E AssertionError: Tuples differ: () != (~U,)
E
E Second tuple contains 1 additional elements.
E First extra element 0:
E ~U
E
E - ()
E + (~U,)
test_typing_inspect.py:378: AssertionError
______________ GetUtilityTestCase.test_typed_dict_mypy_extension _______________
self = <test_typing_inspect.GetUtilityTestCase
testMethod=test_typed_dict_mypy_extension>
@skipUnless(PY36, "Python 3.6 required")
def test_typed_dict_mypy_extension(self):
TDOld = METypedDict("TDOld", {'x': int, 'y': int})
> self.assertEqual(typed_dict_keys(TDM), {'x': int, 'y': int})
E AssertionError: {} != {'x': <class 'int'>, 'y': <class 'int'>}
E - {}
E + {'x': <class 'int'>, 'y': <class 'int'>}
test_typing_inspect.py:497: AssertionError
=============================== warnings summary ===============================
<string>:2
<string>:2: DeprecationWarning: mypy_extensions.TypedDict is deprecated, and
will be removed in a future version. Use typing.TypedDict or
typing_extensions.TypedDict instead.
.pybuild/cpython3_3.14_python-typing-inspect/build/test_typing_inspect.py::GetUtilityTestCase::test_typed_dict_mypy_extension
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_python-typing-inspect/build/test_typing_inspect.py:496:
DeprecationWarning: mypy_extensions.TypedDict is deprecated, and will be
removed in a future version. Use typing.TypedDict or
typing_extensions.TypedDict instead.
TDOld = METypedDict("TDOld", {'x': int, 'y': int})
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED test_typing_inspect.py::GetUtilityTestCase::test_parameters - Assertio...
FAILED
test_typing_inspect.py::GetUtilityTestCase::test_typed_dict_mypy_extension
============= 2 failed, 20 passed, 3 skipped, 2 warnings in 0.05s ==============
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_python-typing-inspect/build; python3.14
-m pytest
I: pybuild base:317: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_python-typing-inspect/build; python3.13
-m pytest
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 25 items
test_typing_inspect.py ............s......ss.... [100%]
=============================== warnings summary ===============================
<string>:2
<string>:2: DeprecationWarning: mypy_extensions.TypedDict is deprecated, and
will be removed in a future version. Use typing.TypedDict or
typing_extensions.TypedDict instead.
.pybuild/cpython3_3.13_python-typing-inspect/build/test_typing_inspect.py::GetUtilityTestCase::test_typed_dict_mypy_extension
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_python-typing-inspect/build/test_typing_inspect.py:496:
DeprecationWarning: mypy_extensions.TypedDict is deprecated, and will be
removed in a future version. Use typing.TypedDict or
typing_extensions.TypedDict instead.
TDOld = METypedDict("TDOld", {'x': int, 'y': int})
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================== 22 passed, 3 skipped, 2 warnings in 0.03s ===================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-typing-inspect
Source-Version: 0.9.0-2
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-typing-inspect, 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-typing-inspect
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: Mon, 16 Feb 2026 16:07:10 +0000
Source: python-typing-inspect
Architecture: source
Version: 0.9.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123326
Changes:
python-typing-inspect (0.9.0-2) unstable; urgency=medium
.
* Team upload.
* Fix tests on Python 3.14 (closes: #1123326).
* Use dh-sequence-python3.
* Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13.
Checksums-Sha1:
61c97d5853f1234e4781fb9662045d15ba03e083 2585 python-typing-inspect_0.9.0-2.dsc
4fca4cf5b1453ddb4a1bb3d2b73563be5faa91cd 4656
python-typing-inspect_0.9.0-2.debian.tar.xz
a85c9f9c18dbb1c047271cde1373638ab31d71b7 45908
python-typing-inspect_0.9.0-2.git.tar.xz
276dcd54141287d04ba12c7f9cc5a2f64e7e79e2 17350
python-typing-inspect_0.9.0-2_source.buildinfo
Checksums-Sha256:
a2da7431b60577833862f219004d1c0ebb8b79efe0c768734c47bf4406a61249 2585
python-typing-inspect_0.9.0-2.dsc
56664b473b116e548af742f6c6bbc490ad5420d1c1341a7446a0b399e865b00f 4656
python-typing-inspect_0.9.0-2.debian.tar.xz
dbdd0aca43c917e9be298c217ad8de2cca4bad255b7a51f34ac27bef3272d40d 45908
python-typing-inspect_0.9.0-2.git.tar.xz
6cbcf0e7b95a2f085ee27c9808f1dd92515e8415979d4e38a0d3dcb191fb6a9b 17350
python-typing-inspect_0.9.0-2_source.buildinfo
Files:
9ef3846dc92d4954a2b5b882fd17afac 2585 python optional
python-typing-inspect_0.9.0-2.dsc
32b68673622c0f959f4872f74d52764d 4656 python optional
python-typing-inspect_0.9.0-2.debian.tar.xz
e696eb4fd9a1ffe0471e067cd494e372 45908 python optional
python-typing-inspect_0.9.0-2.git.tar.xz
87728bcdd5e6b4e02bfab5aacd540a0c 17350 python optional
python-typing-inspect_0.9.0-2_source.buildinfo
Git-Tag-Info: tag=7475ccecd2ca8163c6b5f5873b98743c7bfc922a
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmmTQRgACgkQYG0ITkaD
wHnAjQ//ZBZ814FNctyNsqg1sSJefbowiLo6iMr4UGKE4Zd6LgEiXDLYid1s2nA9
w1X2gy8a2wFaGEzAwVC0pisfPDBGY2zJq6T4xnZNGYWXWZOW7Pm/TXJyPzSNeswZ
VWKchCjYjUBgJqlc+mpUpk/M/s5rp0DpjMnFgNcXNSL//URIIIfocqCLqCYAa1ez
P/UxgqIlyMrehcfIBNEQk7Xsfy7fXCjW7xENWvCgdIZABGmFepH6c3L2eoSwgYhD
12IlfJDuhOgmTNjV/7+zy1LEZ9f6b93c69BzW115zX68tMkLM7Gb2AFVDHlYE4P+
ZvuRJDvZSnqHucZS/mDJkE/svILALiSNbBWx5ri67GmGogr0KFNbTE4WsG3jKa89
3R/QTXY5nILfUQH7zb/GNHbrTD9YI+rM/cHkJjQkrlO1zbuP7vdsMvOhWBgw+JCm
vp4+esCiJ5TjcxOtShjkgFmW9oKobSSeOtqRFpUtDPpwVigmnr9QxuUMZqDn3G22
CIpISoL3oq19Iufcq81JOK5DBAtTpguX9Q9pXV/ClHsqYrWzOYZHA8i633VrE9yG
gDDWrWxvnSTZHlaCXhVtrPhPuR5tgFTT/SQE+cmwsUbocHehqod4HDgipFAQ8lH2
LMNAtmt7X3hi9lYWRU36g4ax6rqiUy64YH91netr9o2Lr4+I1bM=
=BXzy
-----END PGP SIGNATURE-----
pgpOEU2jGvzpY.pgp
Description: PGP signature
--- End Message ---