You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/01/06 12:43:45 UTC

[airflow] branch main updated (8290ade26d -> c126f2d204)

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

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


    from 8290ade26d Clarify that versioned constraints are fixed at release time (#28762)
     add c126f2d204 Migrate remaining Core tests to `pytest` (#28378)

No new revisions were added by this update.

Summary of changes:
 tests/core/test_configuration.py                   |  27 ++-
 tests/core/test_impersonation_tests.py             | 195 ++++++++-------------
 tests/executors/test_celery_executor.py            |  43 +++--
 tests/executors/test_celery_kubernetes_executor.py |  25 +--
 tests/executors/test_kubernetes_executor.py        |  21 ++-
 tests/models/test_serialized_dag.py                |  44 ++---
 tests/models/test_variable.py                      |  48 +++--
 tests/utils/test_email.py                          |   8 +-
 tests/utils/test_logging_mixin.py                  |   2 +-
 tests/utils/test_process_utils.py                  |  21 +--
 tests/utils/test_retries.py                        |  41 ++---
 11 files changed, 205 insertions(+), 270 deletions(-)