From 9c8629d9c32d8071c05a5f684ef9725fa23cfb99 Mon Sep 17 00:00:00 2001 From: Olexandr Date: Tue, 28 Jul 2015 18:19:27 +0300 Subject: [PATCH] removed celery testing config as unnecessary --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index e9dad2e..b441be3 100644 --- a/config.py +++ b/config.py @@ -102,7 +102,6 @@ class DevelopmentConfig(Config): class TestingConfig(Config): TESTING = True SQLALCHEMY_DATABASE_URI = 'sqlite://' - CELERY_ALWAYS_EAGER = True logging.config.dictConfig(Config.LOG_CONFIG)