This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 350b6f7db48 Reduce default columns of Dag Run and Task Instance lists
(#55968)
add 8a6ecc5658e Remove useless Airflow version compatibility checks
(#55852)
No new revisions were added by this update.
Summary of changes:
.../test_utils/mock_security_manager.py | 30 ----------------------
.../unit/common/io/operators/test_file_transfer.py | 6 +----
providers/fab/docs/cli-ref.rst | 5 ----
.../api/auth/backend/test_kerberos_auth.py | 5 +---
.../api_endpoints/api_connexion_utils.py | 6 +----
.../test_role_and_permission_endpoint.py | 7 ++---
.../api_endpoints/test_user_endpoint.py | 5 +---
.../auth_manager/cli_commands/test_definition.py | 13 ++++------
.../cli_commands/test_permissions_command.py | 7 ++---
.../auth_manager/cli_commands/test_role_command.py | 10 +++-----
.../cli_commands/test_sync_perm_command.py | 5 +---
.../auth_manager/cli_commands/test_user_command.py | 7 ++---
.../fab/auth_manager/cli_commands/test_utils.py | 5 +---
.../fab/auth_manager/models/test_anonymous_user.py | 5 +---
.../fab/auth_manager/schemas/test_user_schema.py | 14 ++++------
.../security_manager/test_constants.py | 5 +---
.../auth_manager/security_manager/test_override.py | 5 +---
.../unit/fab/auth_manager/test_fab_auth_manager.py | 10 +++-----
.../fab/tests/unit/fab/auth_manager/test_models.py | 11 +++-----
.../tests/unit/fab/auth_manager/test_security.py | 27 ++++++++++---------
20 files changed, 50 insertions(+), 138 deletions(-)
delete mode 100644
devel-common/src/tests_common/test_utils/mock_security_manager.py