Package: celery
Version: 4.4.6-1
Severity: serious
The autopkgtest for celery 4.4.6-1 is failing with the new python3-defaults.
https://ci.debian.net/data/autopkgtest/testing/amd64/c/celery/7741503/log.gz
=================================== FAILURES ===================================
____________________ test_chain.test_append_to_empty_chain _____________________
self = <t.unit.tasks.test_canvas.test_chain object at 0x7f8c1a7ca250>
???
t/unit/tasks/test_canvas.py:535:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
celery/canvas.py:682: in freeze
self.app, _id, group_id, chord, clone=False,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <chain@0x7f8c1a7f2400: empty>
@property
def app(self):
app = self._app
if app is None:
try:
app = self.tasks[0]._app
E TypeError: 'NoneType' object is not subscriptable
celery/canvas.py:817: TypeError
Meanwhile celery 5.0.0-1 in unstable is also failing, but with a different error
https://ci.debian.net/data/autopkgtest/unstable/amd64/c/celery/7738043/log.gz
==================================== ERRORS ====================================
________________ ERROR collecting t/unit/backends/test_base.py _________________
'celery' not found in `markers` configuration option
_________________ ERROR collecting t/unit/backends/test_rpc.py _________________
'celery' not found in `markers` configuration option