Skip to content

Commit

Permalink
removed celery testing config as unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolerd committed Jul 28, 2015
1 parent 57919e5 commit 9c8629d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9c8629d

Please sign in to comment.