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
Activity
hoprocker commentedon Apr 10, 2015
+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 commentedon Apr 10, 2015
Pull request: #368
alep commentedon Apr 10, 2015
Great!