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)