From 19d59d8333e49fc8083a45c4a487ced439404477 Mon Sep 17 00:00:00 2001 From: Justin Caratzas <bigjust@lambdaphil.es> Date: Wed, 27 Sep 2017 21:57:21 -0400 Subject: [PATCH] remove djcelery from tests djcelery is only required for using the django result backend, or admin, neither of which we are using during tests --- celery_haystack/test_settings.py | 1 - requirements/v2.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/celery_haystack/test_settings.py b/celery_haystack/test_settings.py index def8536..0446cbf 100644 --- a/celery_haystack/test_settings.py +++ b/celery_haystack/test_settings.py @@ -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', ] diff --git a/requirements/v2.txt b/requirements/v2.txt index 028e967..7e08873 100644 --- a/requirements/v2.txt +++ b/requirements/v2.txt @@ -1,6 +1,5 @@ django-discover-runner django-haystack -django-celery celery Whoosh flake8 -- GitLab