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


##########
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:
   Actually... It would be better to not skip on > 3.0 but make the tests 
compatible with before 3.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]

Reply via email to