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 a3c06c02e3 Fix non deterministic datetime deserialization (#34492)
add f12ed1edc6 Use `airflow.models.dag.DAG` in core tests (#34629)
No new revisions were added by this update.
Summary of changes:
tests/api_connexion/endpoints/test_dag_endpoint.py | 2 +-
.../endpoints/test_dag_run_endpoint.py | 3 +-
.../endpoints/test_dag_source_endpoint.py | 2 +-
.../endpoints/test_extra_link_endpoint.py | 2 +-
tests/api_connexion/endpoints/test_log_endpoint.py | 2 +-
.../api_connexion/endpoints/test_task_endpoint.py | 2 +-
tests/api_connexion/schemas/test_dag_schema.py | 2 +-
tests/api_experimental/client/test_local_client.py | 5 +-
tests/api_experimental/common/test_delete_dag.py | 50 +++++++++--------
tests/api_experimental/common/test_trigger_dag.py | 3 +-
tests/cli/commands/test_task_command.py | 2 +-
tests/cluster_policies/__init__.py | 3 +-
tests/conftest.py | 2 +-
tests/dags/subdir2/test_dont_ignore_this.py | 2 +-
tests/dags/test_clear_subdag.py | 4 +-
tests/dags/test_cli_triggered_dags.py | 2 +-
tests/dags/test_dag_with_no_tags.py | 2 +-
tests/dags/test_dag_xcom_openlineage.py | 2 +-
tests/dags/test_dagrun_fast_follow.py | 2 +-
tests/dags/test_dags_folder.py | 2 +-
tests/dags/test_default_impersonation.py | 2 +-
tests/dags/test_default_views.py | 2 +-
tests/dags/test_double_trigger.py | 2 +-
tests/dags/test_example_bash_operator.py | 2 +-
.../test_external_task_sensor_check_existense.py | 2 +-
tests/dags/test_failing.py | 2 +-
tests/dags/test_heartbeat_failed_fast.py | 2 +-
tests/dags/test_impersonation.py | 2 +-
tests/dags/test_impersonation_subdag.py | 2 +-
tests/dags/test_invalid_cron.py | 2 +-
tests/dags/test_invalid_dup_task.py | 2 +-
tests/dags/test_invalid_param.py | 2 +-
tests/dags/test_issue_1225.py | 2 +-
tests/dags/test_latest_runs.py | 2 +-
tests/dags/test_logging_in_dag.py | 2 +-
tests/dags/test_mapped_classic.py | 2 +-
tests/dags/test_mapped_taskflow.py | 2 +-
tests/dags/test_mark_state.py | 2 +-
tests/dags/test_miscellaneous.py | 2 +-
tests/dags/test_missing_owner.py | 2 +-
tests/dags/test_multiple_dags.py | 2 +-
tests/dags/test_no_impersonation.py | 2 +-
tests/dags/test_on_failure_callback.py | 2 +-
tests/dags/test_on_kill.py | 2 +-
tests/dags/test_prev_dagrun_dep.py | 2 +-
tests/dags/test_scheduler_dags.py | 2 +-
tests/dags/test_sensor.py | 2 +-
tests/dags/test_task_view_type_check.py | 2 +-
tests/dags/test_with_non_default_owner.py | 2 +-
tests/dags/test_workday_timetable.py | 2 +-
tests/dags_corrupted/test_impersonation_custom.py | 2 +-
tests/dags_corrupted/test_nonstring_owner.py | 2 +-
tests/dags_with_system_exit/a_system_exit.py | 2 +-
.../dags_with_system_exit/b_test_scheduler_dags.py | 2 +-
tests/dags_with_system_exit/c_system_exit.py | 2 +-
tests/decorators/test_python.py | 2 +-
tests/jobs/test_local_task_job.py | 3 +-
tests/jobs/test_scheduler_job.py | 9 ++--
tests/jobs/test_triggerer_job.py | 2 +-
tests/models/test_baseoperator.py | 4 +-
tests/models/test_cleartasks.py | 4 +-
tests/models/test_dag.py | 46 +++++++++-------
tests/models/test_dagbag.py | 63 +++++++++++-----------
tests/models/test_dagrun.py | 16 ++----
tests/models/test_mappedoperator.py | 2 +-
tests/models/test_taskinstance.py | 4 +-
tests/operators/test_branch_operator.py | 4 +-
tests/operators/test_datetime.py | 4 +-
tests/operators/test_python.py | 8 ++-
tests/operators/test_subdag_operator.py | 4 +-
tests/operators/test_trigger_dagrun.py | 6 ++-
tests/operators/test_weekday.py | 6 ++-
tests/serialization/test_dag_serialization.py | 5 +-
tests/template/test_templater.py | 2 +-
tests/ti_deps/deps/test_dagrun_exists_dep.py | 3 +-
tests/ti_deps/deps/test_prev_dagrun_dep.py | 2 +-
tests/ti_deps/deps/test_ready_to_reschedule_dep.py | 4 +-
tests/ti_deps/deps/test_task_concurrency.py | 2 +-
tests/triggers/test_external_task.py | 5 +-
tests/utils/test_dag_cycle.py | 2 +-
tests/utils/test_edgemodifier.py | 2 +-
tests/utils/test_log_handlers.py | 5 +-
tests/utils/test_sqlalchemy.py | 2 +-
tests/utils/test_state.py | 2 +-
.../test_task_handler_with_custom_formatter.py | 3 +-
tests/utils/test_types.py | 2 +-
tests/www/views/test_views.py | 8 ++-
tests/www/views/test_views_extra_links.py | 2 +-
tests/www/views/test_views_rendered.py | 4 +-
tests/www/views/test_views_tasks.py | 7 ++-
90 files changed, 232 insertions(+), 183 deletions(-)