This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ae7067a8da8 fix(hitl): rename /hitl-details endpoints as /hitlDetails
(#53885)
add d13873666ca Move functions in `airflow.utils.decorator` to more
appropriate places (#53420)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/models/deadline.py | 28 ++++-
airflow-core/src/airflow/utils/__init__.py | 4 +
airflow-core/src/airflow/utils/decorators.py | 116 ---------------------
.../src/tests_common/test_utils/version_compat.py | 3 +
.../unit/standard/utils/test_python_virtualenv.py | 2 +-
task-sdk/src/airflow/sdk/bases/decorator.py | 2 +-
.../sdk/definitions/_internal/decorators.py | 53 +++++++++-
task-sdk/src/airflow/sdk/definitions/dag.py | 3 +-
.../definitions/_internal/test_decorators.py | 3 +-
9 files changed, 87 insertions(+), 127 deletions(-)
delete mode 100644 airflow-core/src/airflow/utils/decorators.py
rename
airflow-core/tests/unit/utils/test_preexisting_python_virtualenv_decorator.py
=> task-sdk/tests/task_sdk/definitions/_internal/test_decorators.py (96%)