jscheffl commented on code in PR #58454:
URL: https://github.com/apache/airflow/pull/58454#discussion_r2539742839
##########
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:
As time-machine upgrades from 2.19.0 to 3.0.0, is this backwards-compatible
or do we need to set minimum version to 3.0.0?
--
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]