request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

Fix Celery version issue #75

Closed rgreinho closed 5 years ago

rgreinho commented 5 years ago

Types of changes

Description

Currently, the version of Celery which is installed in the container does not support Python 3.7 which is the version we are using. This patch fixes this problem by forcing installing celery from the master branch.

Drive-by:

Checklist:

codecov-io commented 5 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   97.94%   97.94%           
=======================================
  Files           6        6           
  Lines         243      243           
=======================================
  Hits          238      238           
  Misses          5        5

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b6ba712...cb27296. Read the comment docs.