harvard-lil / capstone

CAP database scripts.
MIT License
188 stars 44 forks source link

Remove flower #2159

Closed bensteinberg closed 1 year ago

bensteinberg commented 1 year ago

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.

codecov[bot] commented 1 year ago

Codecov Report

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