This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 763e22513bc Fix failing tests
763e22513bc is described below
commit 763e22513bcd4629e7115a763c255a67ed03553b
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Oct 22 02:43:41 2025 +0100
Fix failing tests
---
RELEASE_NOTES.rst | 1 -
.../execution_api/versions/v2025_04_28/__init__.py | 16 ++++++++++++++++
.../execution_api/versions/v2025_09_23/__init__.py | 16 ++++++++++++++++
reproducible_build.yaml | 4 ++--
4 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 2ee8019626a..3e62ce6da53 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -111,7 +111,6 @@ Miscellaneous
- UI: Avoid using rem for icons for Safari compatibility (#56304)
- UI: Add ANSI support to log viewer (#56721)
- UI: Support Dynamic UI Alerts (#56259)
-- UI: Default checkPendingRuns to false (#56307)
- UI: Disable Gantt view by default (#56242)
- UI: Use welcome on dashboard instead of airflow (#56074)
- UI: Improve clipboard button visibility with hover effect (#56484)
diff --git
a/airflow-core/tests/unit/api_fastapi/execution_api/versions/v2025_04_28/__init__.py
b/airflow-core/tests/unit/api_fastapi/execution_api/versions/v2025_04_28/__init__.py
new file mode 100644
index 00000000000..13a83393a91
--- /dev/null
+++
b/airflow-core/tests/unit/api_fastapi/execution_api/versions/v2025_04_28/__init__.py
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
diff --git
a/airflow-core/tests/unit/api_fastapi/execution_api/versions/v2025_09_23/__init__.py
b/airflow-core/tests/unit/api_fastapi/execution_api/versions/v2025_09_23/__init__.py
new file mode 100644
index 00000000000..13a83393a91
--- /dev/null
+++
b/airflow-core/tests/unit/api_fastapi/execution_api/versions/v2025_09_23/__init__.py
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index d7d9bd71dbb..80c27ac7862 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 968241e7d7a7f59bf63272d41fe3055c
-source-date-epoch: 1761086889
+release-notes-hash: 494f9b3520ef8ea5bac56db82e4aa265
+source-date-epoch: 1761097418