Package: src:celery
Version: 5.3.4-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

celery's autopkg tests fail with Python 3.12. All failing like:

[...]
544s ==================================== ERRORS ==================================== 544s ___________________ ERROR at setup of test_evcam.test_evcam ____________________
544s
544s self = <t.unit.events.test_snapshot.test_evcam object at 0xffff7c192840>
544s
544s     def setup_method(self):
544s >       self.app.events = self.MockEvents()
544s
544s t/unit/events/test_snapshot.py:105:
544s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
544s
544s self = <kombu.utils.objects.cached_property object at 0xffff7f437ec0>
544s instance = <Celery celery.tests at 0xffff73c85e20>
544s value = <t.unit.events.test_snapshot.test_evcam.MockEvents object at 0xffff73c86780>
544s
544s     def __set__(self, instance, value):
544s         if instance is None:
544s             return self
544s
544s >       with self.lock:
544s E AttributeError: 'cached_property' object has no attribute 'lock'
544s
544s /usr/lib/python3/dist-packages/kombu/utils/objects.py:37: AttributeError

Reply via email to