bugraoz93 commented on code in PR #58454:
URL: https://github.com/apache/airflow/pull/58454#discussion_r2539792292


##########
airflow-core/tests/unit/models/test_taskinstance.py:
##########
@@ -516,7 +516,7 @@ def run_with_error(ti):
             session.get(TaskInstance, ti.id).try_number += 1
 
         # second run -- still up for retry because retry_delay hasn't expired
-        time_machine.coordinates.shift(3)
+        time_machine.shift(3)

Review Comment:
   Good point, It is breaking and not backwards compatible. We can make the 
base 3.0.0 to fully sure



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