Source: dulwich Version: 0.21.6-1 Severity: serious User: debian...@lists.debian.org Usertags: regression
Hi Maintainer Sometime around 2024-12-11, dulwich's autopkgtest regressed in testing [1]. I've copied what I hope is the relevant part of the log below. This regression allowed dulwich/0.22.5-1, which has always been failing its autopkgtests, to migrate to testing. Regards Graham [1] https://ci.debian.net/packages/d/dulwich/testing/amd64/ 232s ====================================================================== 232s FAIL: test_file_win (dulwich.tests.test_client.TestGetTransportAndPathFromUrl.test_file_win) 232s ---------------------------------------------------------------------- 232s Traceback (most recent call last): 232s File "/usr/lib/python3.12/unittest/mock.py", line 1396, in patched 232s return func(*newargs, **newkeywargs) 232s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 232s File "/tmp/autopkgtest-lxc.ujrwana3/downtmp/build.W4y/src/dulwich/tests/test_client.py", line 686, in test_file_win 232s self.assertEqual(path, expected) 232s AssertionError: 'C:\\\\foo.bar\\\\baz' != 'C:\\foo.bar\\baz' 232s - C:\\foo.bar\\baz 232s ? - - 232s + C:\foo.bar\baz 232s 232s 232s ---------------------------------------------------------------------- 232s Ran 1508 tests in 58.464s 232s 232s FAILED (failures=1, skipped=99, expected failures=1)