Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrease celery minimal version #38

Closed
wants to merge 2 commits into from

Conversation

kpsherva
Copy link
Contributor

No description provided.

@@ -47,7 +47,7 @@
install_requires = [
'Flask>=0.10',
'celery>=3.1;python_version<"3.7"',
'celery>=4.3;python_version=="3.7"',
'celery>=4.2;python_version=="3.7"',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Celery 4.2 will not work on Python 3.7 due to the addition of the async keyword in Python AFAIR

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kprzerwa Actually @lnielsen is correct, sorry for the false info. I think the reason tests are passing is because we're not testing with Redis as a storage backend, which would cause Python 3.7 to fail.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I discussed also with @ntarocco and we decided to close this PR

@kpsherva kpsherva closed this Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants