django-celery icon indicating copy to clipboard operation
django-celery copied to clipboard

CELERY_RESULT_BACKEND in the CeleryTestSuiteRunnerStoringResult

Open alep opened this issue 11 years ago • 3 comments

Shouldn't this line https://github.com/celery/django-celery/blob/49e3fbbe9c08159014bb25e827376683af545d8d/djcelery/contrib/test_runner.py#L68 be CELERY_RESULT_BACKEND='djcelery.backends.database:DatabaseBackend',

When using the runner it tries to install sqlalquemy with celery 3.1

alep avatar Oct 10 '14 17:10 alep

+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?

hoprocker avatar Apr 10 '15 16:04 hoprocker

Pull request: https://github.com/celery/django-celery/pull/368

hoprocker avatar Apr 10 '15 16:04 hoprocker

Great!

alep avatar Apr 10 '15 16:04 alep