This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 1ce34ccca70 Add only_failed option to clear DagRun endpoint (#44988)
add 2a33da0246c Remove references to AIRFLOW_V_2_9_PLUS (#44987)
No new revisions were added by this update.
Summary of changes:
contributing-docs/testing/unit_tests.rst | 6 ++---
dev/README_RELEASE_PROVIDER_PACKAGES.md | 4 ++--
.../amazon/aws/auth_manager/aws_auth_manager.py | 6 -----
.../src/airflow/providers/amazon/version_compat.py | 1 -
.../providers/cncf/kubernetes/version_compat.py | 1 -
.../providers/common/compat/assets/__init__.py | 13 ++++-------
.../providers/common/compat/version_compat.py | 1 -
.../airflow/providers/common/io/version_compat.py | 1 -
.../src/airflow/providers/edge/version_compat.py | 1 -
.../providers/elasticsearch/version_compat.py | 1 -
.../src/airflow/providers/google/version_compat.py | 1 -
.../providers/openlineage/version_compat.py | 1 -
.../airflow/providers/opensearch/version_compat.py | 1 -
.../src/airflow/providers/presto/version_compat.py | 1 -
.../airflow/providers/standard/version_compat.py | 1 -
.../src/airflow/providers/trino/version_compat.py | 1 -
.../aws/auth_manager/test_aws_auth_manager.py | 3 ---
.../amazon/aws/auth_manager/views/test_auth.py | 4 ----
providers/tests/common/io/xcom/test_backend.py | 13 ++---------
providers/tests/common/sql/sensors/test_sql.py | 4 ----
.../api/auth/backend/test_basic_auth.py | 6 -----
.../auth_manager/api/auth/backend/test_session.py | 6 -----
.../fab/auth_manager/views/test_permissions.py | 5 ----
.../fab/auth_manager/views/test_roles_list.py | 5 ----
.../tests/fab/auth_manager/views/test_user.py | 5 ----
.../tests/fab/auth_manager/views/test_user_edit.py | 5 ----
.../fab/auth_manager/views/test_user_stats.py | 5 ----
.../cloud/log/test_stackdriver_task_handler.py | 5 ++--
.../common/auth_backend/test_google_openid.py | 2 --
providers/tests/openlineage/plugins/test_utils.py | 27 ++--------------------
providers/tests/standard/operators/test_python.py | 25 +++++++-------------
.../tests/standard/triggers/test_external_task.py | 3 +--
.../tests/standard/utils/test_python_virtualenv.py | 6 +----
tests_common/pytest_plugin.py | 20 ++++------------
tests_common/test_utils/version_compat.py | 1 -
35 files changed, 30 insertions(+), 161 deletions(-)