浏览代码

Tests must enable utc

Ask Solem 13 年之前
父节点
当前提交
7b9388a615
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      celery/tests/config.py

+ 2 - 0
celery/tests/config.py

@@ -17,6 +17,8 @@ CELERY_DEFAULT_EXCHANGE = "testcelery"
 CELERY_DEFAULT_ROUTING_KEY = "testcelery"
 CELERY_QUEUES = {"testcelery": {"binding_key": "testcelery"}}
 
+CELERY_ENABLE_UTC = True
+
 CELERYD_LOG_COLOR = False
 
 # Tyrant results tests (only executed if installed and running)