Source: ufl Version: 1:2022.3.0-3 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/u/ufl/testing/amd64/ 33s =================================== FAILURES =================================== 33s __________________ test_strip_form_arguments_strips_data_refs __________________ 33s 33s def test_strip_form_arguments_strips_data_refs(): 33s mesh_data = object() 33s fs_data = object() 33s coeff_data = object() 33s const_data = object() 33s 33s # Sanity check 33s > assert sys.getrefcount(mesh_data) == MIN_REF_COUNT 33s E assert 1 == 2 33s E + where 1 = <built-in function getrefcount>(<object object at 0x7f6c95a8c440>) 33s E + where <built-in function getrefcount> = sys.getrefcount 33s 33s test/test_strip_forms.py:50: AssertionError 33s - generated xml file: /tmp/autopkgtest-lxc.6qrnimwv/downtmp/build.lZl/src/test-output -

