Source: metakernel Version: 0.30.2-6 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.13
Hi Maintainer The autopkgtests of this package 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/m/metakernel/ 125s =================================== FAILURES =================================== 125s ________________________________ test_get_help _________________________________ 125s 125s def test_get_help(): 125s kernel = get_kernel() 125s d = Dummy(kernel) 125s 125s dummy_help = d.get_help('line', 'dummy', 0) 125s assert dummy_help.startswith("%dummy") 125s > assert " This is additional information on dummy" in d.line_dummy.__doc__, "Checking indents" 125s E AssertionError: Checking indents 125s E assert ' This is additional information on dummy' in '\n%dummy [options] foo - Perform dummy operation on foo\n\nThis is additional information on dummy.\n\n\nOptions:\n-------\n-s --size Pixel size of plots, "width,height"' 125s E + where '\n%dummy [options] foo - Perform dummy operation on foo\n\nThis is additional information on dummy.\n\n\nOptions:\n-------\n-s --size Pixel size of plots, "width,height"' = line_dummy.__doc__ 125s E + where line_dummy = <metakernel.tests.test_magic.Dummy object at 0x7fbfbb12f390>.line_dummy 125s 125s /usr/lib/python3/dist-packages/metakernel/tests/test_magic.py:51: AssertionError