ashb commented on a change in pull request #16678:
URL: https://github.com/apache/airflow/pull/16678#discussion_r660465772



##########
File path: tests/serialization/test_dag_serialization.py
##########
@@ -135,7 +136,7 @@
                 'label': 'custom_task',
             },
         ],
-        "timezone": "UTC",
+        "schedule_timezone": "UTC",

Review comment:
       If we can find a to not have to do `return 
pendulum.parse("2021-01-01T12:00:00" + tz_name).tzinfo` I'd be happy with that 
approach, but with that it just feels too hacky I think.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to