Explorar o código

Tests now running again (two fails, but the tests are wrong)

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
0546f55488
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/tests/test_task.py

+ 1 - 1
celery/tests/test_task.py

@@ -8,7 +8,7 @@ from celery.result import EagerResult
 from celery.backends import default_backend
 from datetime import datetime, timedelta
 from celery.decorators import task as task_dec
-from celery.worker import parse_iso8601
+from celery.worker.listener import parse_iso8601
 
 def return_True(*args, **kwargs):
     # Task run functions can't be closures/lambdas, as they're pickled.