Explorar o código

Tests must enable utc

Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
7b9388a615
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)