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'))
INSTALLED_APPS = [
'haystack',
'djcelery',
'celery_haystack',
'celery_haystack.tests',
]
......
django-discover-runner
django-haystack
django-celery
celery
Whoosh
flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment