Package: src:apprise
Version: 1.7.1-1
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

With python3-defaults from experimental, the package fails its autopkg tests:

[...]
523s =================================== FAILURES =================================== 523s ____________________________ test_apprise_trans_add ____________________________
523s
523s     @pytest.mark.skipif(
523s         'gettext' not in sys.modules, reason="Requires gettext")
523s     def test_apprise_trans_add():
523s         """
523s         API: Apprise() Gettext add
523s
523s         """
523s
523s         # This throws internally but we handle it gracefully
523s         al = AppriseLocale.AppriseLocale()
523s         with environ('LANGUAGE', 'LC_ALL', 'LC_CTYPE', 'LANG'):
523s             # English is the default/fallback type
523s >           assert al.add('en') is True
523s E           AssertionError: assert False is True
523s E + where False = <bound method AppriseLocale.add of <apprise.AppriseLocale.AppriseLocale object at 0x71c9602a6090>>('en') 523s E + where <bound method AppriseLocale.add of <apprise.AppriseLocale.AppriseLocale object at 0x71c9602a6090>> = <apprise.AppriseLocale.AppriseLocale object at 0x71c9602a6090>.add
523s
523s test/test_apprise_translations.py:212: AssertionError
523s =========================== short test summary info ============================ 523s SKIPPED [1] test/test_plugin_glib.py:48: Skipping dbus-python based tests
523s SKIPPED [1] test/test_plugin_syslog.py:42: Skipping syslog based tests
523s SKIPPED [1] test/test_apprise_translations.py:232: Unique Windows test cases
523s SKIPPED [1] test/test_asyncio.py:44: Requires Python 3.0 to 3.6
523s SKIPPED [1] test/test_plugin_fcm.py:905: Requires that cryptography NOT be installed
523s SKIPPED [1] test/test_plugin_growl.py:73: Requires gntp
523s SKIPPED [1] test/test_plugin_growl.py:131: Requires gntp
523s SKIPPED [1] test/test_plugin_growl.py:327: Requires gntp
523s SKIPPED [1] test/test_plugin_mqtt.py:86: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:126: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:160: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:179: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:195: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:215: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:223: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:233: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:265: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:288: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:306: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:323: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:338: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:354: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:370: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:390: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_mqtt.py:410: Requires that `paho-mqtt` is installed 523s SKIPPED [1] test/test_plugin_simplepush.py:120: Requires that cryptography NOT be installed 523s SKIPPED [1] test/test_plugin_windows.py:193: Requires win32api, win32con, and win32gui 523s FAILED test/test_apprise_translations.py::test_apprise_trans_add - AssertionE... 523s ================== 1 failed, 423 passed, 27 skipped in 44.44s ==================

Reply via email to