This is an automated email from the ASF dual-hosted git repository.
gopidesu 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 5edab62ca97 Update version in pytest skip statement for test_hitl
(#53922)
5edab62ca97 is described below
commit 5edab62ca979fd19d125cce8891fc52680b99a80
Author: GPK <[email protected]>
AuthorDate: Wed Jul 30 13:20:28 2025 +0100
Update version in pytest skip statement for test_hitl (#53922)
---
.../tests/unit/api_fastapi/execution_api/versions/head/test_hitl.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_hitl.py
b/airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_hitl.py
index d0bb436d8ca..955601eec09 100644
---
a/airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_hitl.py
+++
b/airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_hitl.py
@@ -22,7 +22,7 @@ from httpx import Client
from tests_common.test_utils.db import AIRFLOW_V_3_1_PLUS
if not AIRFLOW_V_3_1_PLUS:
- pytest.skip("Human in the loop public API compatible with Airflow >=
3.0.1", allow_module_level=True)
+ pytest.skip("Human in the loop public API compatible with Airflow >=
3.1.0", allow_module_level=True)
from datetime import datetime
from typing import TYPE_CHECKING, Any