We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shouldn't this line
django-celery/djcelery/contrib/test_runner.py
Line 68 in 49e3fbb
When using the runner it tries to install sqlalquemy with celery 3.1
The text was updated successfully, but these errors were encountered:
+1 -- I'd think that the way to do this would be to get this from the settings.py file. This is a Django-specific library after all, no?
Sorry, something went wrong.
Pull request: #368
Great!
No branches or pull requests
Shouldn't this line
django-celery/djcelery/contrib/test_runner.py
Line 68 in 49e3fbb
CELERY_RESULT_BACKEND='djcelery.backends.database:DatabaseBackend',
When using the runner it tries to install sqlalquemy with celery 3.1
The text was updated successfully, but these errors were encountered: