Skip to content

Commit 1dc94ee

Browse files
committed
Update compatibility setup for Airflow 3.0 compatibility tests
* bump Airflow to 3.0.1 * remove common.messaging from the list of removed providers * add fab to the list of removed providers in anticipation of the apache#50208
1 parent f27c70e commit 1dc94ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/breeze/src/airflow_breeze/global_constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,9 @@ def generate_provider_dependencies_if_needed():
694694
},
695695
{
696696
"python-version": "3.9",
697-
"airflow-version": "3.0.0",
698-
# TODO: bring back common-messaging when we bump airflow to 3.0.1
699-
"remove-providers": "cloudant common.messaging",
697+
"airflow-version": "3.0.1",
698+
# TODO: Remove fab when we update to Airflow 3.0.2
699+
"remove-providers": "cloudant fab",
700700
"run-tests": "true",
701701
},
702702
]

0 commit comments

Comments
 (0)