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 955d09522f4 Re-Enable Back-Compat tests for Edge3 (#58217)
955d09522f4 is described below
commit 955d09522f4cd7193112e7b08effacb817055f4e
Author: Jens Scheffler <[email protected]>
AuthorDate: Wed Nov 12 00:31:55 2025 +0100
Re-Enable Back-Compat tests for Edge3 (#58217)
---
dev/breeze/src/airflow_breeze/global_constants.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py
b/dev/breeze/src/airflow_breeze/global_constants.py
index e84638a674b..60a3106e735 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -844,8 +844,8 @@ PROVIDERS_COMPATIBILITY_TESTS_MATRIX: list[dict[str, str |
list[str]]] = [
},
{
"python-version": "3.10",
- "airflow-version": "3.1.0",
- "remove-providers": "edge3", # Need to remove edge3 from tests until
we have 3.1.1 used here.
+ "airflow-version": "3.1.2",
+ "remove-providers": "",
"run-unit-tests": "true",
},
]