Source: ipython Version: 8.35.0-2 Severity: serious Tags: forky sid User: [email protected] Usertags: python3.14
Hi Maintainer The autopkgtests of this package fail with Python 3.14 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/i/ipython/testing/amd64/ 288s ==================================== ERRORS ==================================== 288s _____________ ERROR at teardown of TestAstTransform2.test_run_cell _____________ 288s 288s self = <IPython.core.tests.test_interactiveshell.TestAstTransform2 testMethod=test_run_cell> 288s 288s def tearDown(self): 288s > ip.ast_transformers.remove(self.intwrapper) 288s E ValueError: list.remove(x): x not in list 288s 288s /usr/lib/python3/dist-packages/IPython/core/tests/test_interactiveshell.py:850: ValueError 288s ______________ ERROR at teardown of TestAstTransform2.test_timeit ______________ 288s 288s self = <IPython.core.tests.test_interactiveshell.TestAstTransform2 testMethod=test_timeit> 288s 288s def tearDown(self): 288s > ip.ast_transformers.remove(self.intwrapper) 288s E ValueError: list.remove(x): x not in list 288s 288s /usr/lib/python3/dist-packages/IPython/core/tests/test_interactiveshell.py:850: ValueError

