Source: cloud-sptheme Version: 1.10.1.post20200504175005-6 Severity: serious Tags: trixie sid User: debian-pyt...@lists.debian.org Usertags: python3.13
Hi Maintainer cloud-sptheme's autopkgtests fail with Python 3.13 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/c/cloud-sptheme/testing/amd64/ 73s ====================================================================== 73s ERROR: test_insert_custom (cloud_sptheme.tests.test_ext_relbar_toc.UtilsTestCase.test_insert_custom) 73s test insert hooks -- with custom links 73s ---------------------------------------------------------------------- 73s Traceback (most recent call last): 73s File "/usr/lib/python3/dist-packages/mock/mock.py", line 1663, in __exit__ 73s return exit_stack.__exit__(*exc_info) 73s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 73s File "/usr/lib/python3.13/contextlib.py", line 572, in __exit__ 73s exc = exc_details[1] 73s ~~~~~~~~~~~^^^ 73s IndexError: tuple index out of range 73s 73s ====================================================================== 73s ERROR: test_insert_default (cloud_sptheme.tests.test_ext_relbar_toc.UtilsTestCase.test_insert_default) 73s test insert hooks -- with default links 73s ---------------------------------------------------------------------- 73s Traceback (most recent call last): 73s File "/usr/lib/python3/dist-packages/mock/mock.py", line 1663, in __exit__ 73s return exit_stack.__exit__(*exc_info) 73s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 73s File "/usr/lib/python3.13/contextlib.py", line 572, in __exit__ 73s exc = exc_details[1] 73s ~~~~~~~~~~~^^^ 73s IndexError: tuple index out of range 73s 73s ====================================================================== 73s ERROR: test_insert_no_links (cloud_sptheme.tests.test_ext_relbar_toc.UtilsTestCase.test_insert_no_links) 73s test insert hooks -- with no links present (e.g. json builder) 73s ---------------------------------------------------------------------- 73s Traceback (most recent call last): 73s File "/usr/lib/python3/dist-packages/mock/mock.py", line 1663, in __exit__ 73s return exit_stack.__exit__(*exc_info) 73s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 73s File "/usr/lib/python3.13/contextlib.py", line 572, in __exit__ 73s exc = exc_details[1] 73s ~~~~~~~~~~~^^^ 73s IndexError: tuple index out of range 73s 73s ====================================================================== 73s ERROR: test_parse_entry (cloud_sptheme.tests.test_ext_relbar_toc.UtilsTestCase.test_parse_entry) 73s test parse_entry() helper 73s ---------------------------------------------------------------------- 73s Traceback (most recent call last): 73s File "/usr/lib/python3/dist-packages/mock/mock.py", line 1663, in __exit__ 73s return exit_stack.__exit__(*exc_info) 73s ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 73s File "/usr/lib/python3.13/contextlib.py", line 572, in __exit__ 73s exc = exc_details[1] 73s ~~~~~~~~~~~^^^ 73s IndexError: tuple index out of range 73s 73s ---------------------------------------------------------------------- 73s Ran 4 tests in 0.003s