Skip to content
Snippets Groups Projects
Unverified Commit 19d59d83 authored by Justin Caratzas's avatar Justin Caratzas
Browse files

remove djcelery from tests

djcelery is only required for using the django result backend, or
admin, neither of which we are using during tests
parent c7c0a422
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ TEST_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), 'tests')) ...@@ -12,7 +12,6 @@ TEST_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), 'tests'))
INSTALLED_APPS = [ INSTALLED_APPS = [
'haystack', 'haystack',
'djcelery',
'celery_haystack', 'celery_haystack',
'celery_haystack.tests', 'celery_haystack.tests',
] ]
......
django-discover-runner django-discover-runner
django-haystack django-haystack
django-celery
celery celery
Whoosh Whoosh
flake8 flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment