potiuk commented on code in PR #43556: URL: https://github.com/apache/airflow/pull/43556#discussion_r1827054502
########## providers/tests/openlineage/utils/test_utils.py: ########## @@ -43,14 +43,11 @@ from airflow.utils.task_group import TaskGroup from airflow.utils.types import DagRunType -from tests_common.test_utils.compat import AIRFLOW_V_2_10_PLUS, BashOperator, PythonOperator +from tests_common.test_utils.compat import BashOperator, PythonOperator from tests_common.test_utils.mock_operators import MockOperator BASH_OPERATOR_PATH = "airflow.providers.standard.operators.bash" PYTHON_OPERATOR_PATH = "airflow.providers.standard.operators.python" -if not AIRFLOW_V_2_10_PLUS: Review Comment: We don't need it any more - because when we run the tests using new "standard" provider - we will always get base operator paths from those standard providers, not from the "airlfow.operators" package :) -- 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]
