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


##########
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 do not fully get it... I'd understand that AIP-44 was not working in 
Airflow 2.8 and 2.9... and we know we want to remove it soon before 3.0. But in 
2.10 at least the tests for AIP-44 should be working...
   
   Why not testing in `if AIRFLOW_V_2_10_PLUS:`?



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