This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e55f579619c cleanup test_databricks_workflow (#61907)
e55f579619c is described below
commit e55f579619c8aaf82367e42dbbb35fd396c126db
Author: Eason09053360 <[email protected]>
AuthorDate: Mon Feb 16 08:47:43 2026 +0800
cleanup test_databricks_workflow (#61907)
---
.../databricks/tests/unit/databricks/plugins/test_databricks_workflow.py | 1 -
1 file changed, 1 deletion(-)
diff --git
a/providers/databricks/tests/unit/databricks/plugins/test_databricks_workflow.py
b/providers/databricks/tests/unit/databricks/plugins/test_databricks_workflow.py
index 28b917a0d58..5f3a7ac885b 100644
---
a/providers/databricks/tests/unit/databricks/plugins/test_databricks_workflow.py
+++
b/providers/databricks/tests/unit/databricks/plugins/test_databricks_workflow.py
@@ -50,7 +50,6 @@ from airflow.providers.databricks.plugins.databricks_workflow
import (
)
from tests_common import RUNNING_TESTS_AGAINST_AIRFLOW_PACKAGES
-from tests_common.test_utils.version_compat import AIRFLOW_V_3_0_PLUS
DAG_ID = "test_dag"
TASK_ID = "test_task"