Skip to content

Commit

Permalink
setup: Downgrade minimal celery version to 4.1
Browse files Browse the repository at this point in the history
* Downgrade minimum version of celery to 4.1 as 4.2 is not supported by inspire-next
* Downgrade centos for py2 tests, as centos 8 do not have required packages for py2
  • Loading branch information
Pawel Zembrzuski committed Oct 3, 2019
1 parent ab2a90a commit fa425ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'scrapyd-client>=1.0.1',
'six>=1.9.0',
'requests~=2.22,>=2.22.0',
'celery~=4.2',
'celery>=4.1',
'redis>=2.10.5',
'pyasn1>=0.1.8', # Needed for dependency resolving.
'LinkHeader>=0.4.3',
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile.hepcrawl_base
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# under the terms of the Revised BSD License; see LICENSE file for
# more details.

FROM centos
FROM centos:7

RUN yum install -y epel-release && \
yum update -y && \
Expand Down

0 comments on commit fa425ce

Please sign in to comment.