#1148190 cherrypy-foundation: FTBFS: E AssertionError: 'HE' != 'heure : Canada (Toronto)'

#1148190#5
Date:
2026-09-17 23:43:53 UTC
From:
To:
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/202609/

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:cherrypy-foundation, so that this is still
visible in the BTS web page for this package.

Thanks.
--------------------------------------------------------------------------------
[...]
             self.assertEqual('ET', i18n.get_timezone_name('America/Toronto', width='short'))
             self.assertEqual('Eastern Time', i18n.get_timezone_name('America/Toronto', width='long'))
         with i18n.preferred_lang('fr'):
             self.assertEqual('heure de l’Est nord-américain', i18n.get_timezone_name('America/Toronto'))
cherrypy_foundation/tools/tests/test_i18n.py:200: AssertionError
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/ldap3/utils/asn1.py:50
   /usr/lib/python3/dist-packages/ldap3/utils/asn1.py:50: DeprecationWarning: tagMap is deprecated. Please use TAG_MAP instead.
     from pyasn1.codec.ber.encoder import tagMap, typeMap, AbstractItemEncoder

../../../../../../usr/lib/python3/dist-packages/ldap3/utils/asn1.py:50
   /usr/lib/python3/dist-packages/ldap3/utils/asn1.py:50: DeprecationWarning: typeMap is deprecated. Please use TYPE_MAP instead.
     from pyasn1.codec.ber.encoder import tagMap, typeMap, AbstractItemEncoder