This is an automated email from the ASF dual-hosted git repository.

taragolis pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 217c4b9404 Remove file constraints generated by uv (#37780)
     add 532b415c71 Enable more `flake8-pytest-style` (PT) rules (#37772)

No new revisions were added by this update.

Summary of changes:
 kubernetes_tests/test_kubernetes_pod_operator.py   |  2 +-
 pyproject.toml                                     | 14 +++++++++
 tests/always/test_connection.py                    | 10 +++---
 tests/api_connexion/endpoints/test_dag_endpoint.py |  2 +-
 .../endpoints/test_event_log_endpoint.py           |  2 +-
 .../endpoints/test_forward_to_fab_endpoint.py      |  8 ++---
 tests/api_connexion/schemas/test_xcom_schema.py    |  2 +-
 tests/cli/commands/test_dag_command.py             |  6 ++--
 tests/cli/commands/test_info_command.py            |  2 +-
 tests/conftest.py                                  | 22 ++++++-------
 tests/datasets/test_manager.py                     |  2 +-
 tests/decorators/test_bash.py                      |  2 +-
 tests/decorators/test_external_python.py           |  4 +--
 tests/io/test_path.py                              |  2 +-
 tests/jobs/test_local_task_job.py                  |  2 +-
 tests/models/test_dagbag.py                        |  6 ++--
 tests/models/test_xcom.py                          | 22 ++++++-------
 tests/operators/test_bash.py                       |  2 +-
 tests/plugins/test_plugins_manager.py              |  2 +-
 .../providers/amazon/aws/auth_manager/test_user.py |  2 +-
 .../amazon/aws/auth_manager/views/test_auth.py     |  2 +-
 .../amazon/aws/executors/ecs/test_ecs_executor.py  |  2 +-
 tests/providers/amazon/aws/hooks/test_eks.py       |  6 ++--
 tests/providers/amazon/aws/sensors/test_eks.py     | 32 +++++++++----------
 .../amazon/aws/transfers/test_s3_to_sql.py         |  4 +--
 tests/providers/amazon/aws/waiters/test_neptune.py |  2 +-
 tests/providers/apache/impala/hooks/test_impala.py |  2 +-
 .../apache/spark/hooks/test_spark_jdbc_script.py   |  2 +-
 .../cncf/kubernetes/hooks/test_kubernetes.py       |  2 +-
 .../cncf/kubernetes/operators/test_pod.py          |  2 +-
 tests/providers/common/io/xcom/test_backend.py     |  4 +--
 tests/providers/docker/operators/test_docker.py    |  2 +-
 tests/providers/docker/test_exceptions.py          |  2 +-
 .../elasticsearch/log/test_es_json_formatter.py    |  4 +--
 .../elasticsearch/log/test_es_task_handler.py      |  2 +-
 .../api_endpoints/test_user_endpoint.py            | 14 ++++-----
 .../auth_manager/cli_commands/test_user_command.py |  4 +--
 tests/providers/fab/auth_manager/test_security.py  | 14 ++++-----
 .../fab/auth_manager/views/test_permissions.py     |  2 +-
 .../fab/auth_manager/views/test_roles_list.py      |  2 +-
 .../providers/fab/auth_manager/views/test_user.py  |  2 +-
 .../fab/auth_manager/views/test_user_edit.py       |  2 +-
 .../fab/auth_manager/views/test_user_stats.py      |  2 +-
 tests/providers/facebook/ads/hooks/test_ads.py     |  4 +--
 .../google/cloud/hooks/test_bigquery_dts.py        |  2 +-
 .../providers/google/cloud/hooks/test_dataflow.py  |  2 +-
 .../google/cloud/hooks/test_kubernetes_engine.py   |  6 ++--
 .../cloud/log/test_stackdriver_task_handler.py     |  2 +-
 .../google/cloud/sensors/test_bigquery.py          |  2 +-
 .../google/cloud/triggers/test_dataplex.py         |  2 +-
 .../google/cloud/triggers/test_dataproc.py         |  6 ++--
 .../cloud/triggers/test_kubernetes_engine.py       |  2 +-
 .../azure/hooks/test_container_instance.py         |  2 +-
 .../providers/openlineage/extractors/test_bash.py  |  2 +-
 .../openlineage/extractors/test_python.py          |  2 +-
 tests/providers/snowflake/hooks/test_snowflake.py  |  4 +--
 .../snowflake/hooks/test_snowflake_sql_api.py      |  4 +--
 tests/providers/trino/hooks/test_trino.py          |  2 +-
 tests/serialization/test_dag_serialization.py      |  2 +-
 tests/serialization/test_serde.py                  |  2 +-
 tests/system/conftest.py                           |  2 +-
 tests/system/providers/google/conftest.py          |  2 +-
 tests/test_utils/system_tests_class.py             |  2 +-
 .../deps/test_not_previously_skipped_dep.py        |  2 +-
 tests/ti_deps/deps/test_runnable_exec_date_dep.py  |  2 +-
 tests/timetables/test_continuous_timetable.py      |  4 +--
 tests/timetables/test_events_timetable.py          |  6 ++--
 tests/timetables/test_workday_timetable.py         |  4 +--
 tests/utils/log/test_secrets_masker.py             |  2 +-
 tests/utils/test_file.py                           |  2 +-
 tests/utils/test_helpers.py                        |  2 +-
 .../test_task_handler_with_custom_formatter.py     |  2 +-
 tests/www/test_auth.py                             |  6 ++--
 tests/www/test_security_manager.py                 |  6 ++--
 tests/www/views/conftest.py                        | 10 +++---
 tests/www/views/test_anonymous_as_admin_role.py    |  2 +-
 tests/www/views/test_views_acl.py                  | 36 +++++++++++-----------
 tests/www/views/test_views_base.py                 | 16 +++++-----
 tests/www/views/test_views_blocked.py              |  2 +-
 tests/www/views/test_views_connection.py           |  2 +-
 tests/www/views/test_views_dagrun.py               |  4 +--
 tests/www/views/test_views_extra_links.py          |  2 +-
 tests/www/views/test_views_home.py                 | 18 +++++------
 tests/www/views/test_views_log.py                  |  4 +--
 tests/www/views/test_views_mount.py                |  2 +-
 tests/www/views/test_views_pool.py                 |  2 +-
 tests/www/views/test_views_rate_limit.py           |  2 +-
 tests/www/views/test_views_rendered.py             | 16 +++++-----
 tests/www/views/test_views_tasks.py                |  8 ++---
 tests/www/views/test_views_trigger_dag.py          |  2 +-
 tests/www/views/test_views_variable.py             |  4 +--
 91 files changed, 232 insertions(+), 220 deletions(-)

Reply via email to