Source: python-django-compressor Version: 4.5.1-2 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/p/python-django-compressor/testing/amd64/ 118s ====================================================================== 118s FAIL: test_handle_add (compressor.tests.test_mtime_cache.TestMtimeCacheCommand.test_handle_add) 118s ---------------------------------------------------------------------- 118s Traceback (most recent call last): 118s File "/usr/lib/python3/dist-packages/compressor/tests/test_mtime_cache.py", line 32, in test_handle_add 118s self.assertIn("Deleted mtimes of 20 files from the cache.", output) 118s AssertionError: 'Deleted mtimes of 20 files from the cache.' not found in 'Deleted mtimes of 40 files from the cache.\nAdded mtimes of 40 files to cache.\n' 118s 118s ====================================================================== 118s FAIL: test_handle_clean (compressor.tests.test_mtime_cache.TestMtimeCacheCommand.test_handle_clean) 118s ---------------------------------------------------------------------- 118s Traceback (most recent call last): 118s File "/usr/lib/python3/dist-packages/compressor/tests/test_mtime_cache.py", line 40, in test_handle_clean 118s self.assertIn("Deleted mtimes of 20 files from the cache.", output) 118s AssertionError: 'Deleted mtimes of 20 files from the cache.' not found in 'Deleted mtimes of 40 files from the cache.\n' 118s 118s ---------------------------------------------------------------------- 118s Ran 509 tests in 4.981s 118s 118s FAILED (failures=2, skipped=36)