Closed bensteinberg closed 1 year ago
Merging #2159 (c336554) into develop (7dc1a5a) will not change coverage. Report is 1 commits behind head on develop. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #2159 +/- ##
========================================
Coverage 63.21% 63.21%
========================================
Files 106 106
Lines 11524 11524
========================================
Hits 7285 7285
Misses 4239 4239
A dependency tangle introduced in #2158 is causing the Celery workers to crash with
AttributeError: module 'tornado.web' has no attribute 'asynchronous'
-- this is solved in a later version of flower, but attempting to upgrade it results in pip-compile failing to find a solution for importlib-metadata. Rather than untangle this, I propose to remove flower (and tornado and babel), since no one is using it.