jscheffl commented on code in PR #43818:
URL: https://github.com/apache/airflow/pull/43818#discussion_r1837046157


##########
tests_common/test_utils/compat.py:
##########
@@ -44,6 +45,11 @@
 AIRFLOW_V_2_10_PLUS = Version(AIRFLOW_VERSION.base_version) >= 
Version("2.10.0")
 AIRFLOW_V_3_0_PLUS = Version(AIRFLOW_VERSION.base_version) >= Version("3.0.0")
 
+if AIRFLOW_V_3_0_PLUS:

Review Comment:
   I still don't full understand this as it is working in Airflow 2.10... but 
anyway won't block 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]

Reply via email to