bugraoz93 commented on code in PR #58454:
URL: https://github.com/apache/airflow/pull/58454#discussion_r2539802120
##########
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:
Added, thanks Jens! I directly assumed it should download 3.0.0 as the
default due to symbols, but it can still cause trouble not to have it
--
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]