ashb commented on code in PR #44309:
URL: https://github.com/apache/airflow/pull/44309#discussion_r1863547994


##########
providers/tests/standard/operators/test_latest_only_operator.py:
##########
@@ -82,6 +82,9 @@ def test_run(self, dag_maker):
         dag_maker.create_dagrun()
         task.run(start_date=DEFAULT_DATE, end_date=DEFAULT_DATE)
 
+    @pytest.mark.skipif(
+        not AIRFLOW_V_3_0_PLUS, reason="execution_date is renamed to 
logical_date in Airflow 3.0"
+    )

Review Comment:
   Yeah, logical date has been there since ~2.4 so the test should be updated 
to not user execution_date.
   
   We don't need execution_date at all anymore do we?



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