ashb commented on issue #5600: [AIRFLOW-4981][AIRFLOW-4788] Output pendulum DateTime for fixed cron schedules URL: https://github.com/apache/airflow/pull/5600#issuecomment-512841125 The default formating of pendulum objects appears to be different to that of native datetime objects: ``` ====================================================================== 7) FAIL: test_next_execution (tests.cli.test_cli.TestCLI) ---------------------------------------------------------------------- Traceback (most recent call last): tests/cli/test_cli.py line 276 in test_next_execution self.assertEqual(stdout[-1], expected_output[i]) AssertionError: '2019-07-18T17:39:28.723518+00:00' != '2019-07-18 17:39:28.723518+00:00' - 2019-07-18T17:39:28.723518+00:00 ? ^ + 2019-07-18 17:39:28.723518+00:00 ? ^ ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
