You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/06/06 08:44:26 UTC

[GitHub] [airflow] ashb commented on issue #5332: [AIRFLOW-3391] Upgrade pendulum to latest major version.

ashb commented on issue #5332: [AIRFLOW-3391] Upgrade pendulum to latest major version.
URL: https://github.com/apache/airflow/pull/5332#issuecomment-499405510
 
 
   ```
   55) FAIL: test_following_previous_schedule (tests.models.test_dag.DagTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/models/test_dag.py line 757 in test_following_previous_schedule
         "Pre-condition: start date is in DST")
      AssertionError: '2018-10-28T02:55:00+01:00' != '2018-10-28T02:55:00+02:00'
      - 2018-10-28T02:55:00+01:00
      ?                      ^
      + 2018-10-28T02:55:00+02:00
      ?                      ^
       : Pre-condition: start date is in DST
   ```
   
   It looks like Pendulum may have changed the behaviour around have changed? https://github.com/apache/airflow/pull/5095/files may be useful.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services