You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/03/08 18:55:41 UTC

[airflow] branch v2-5-test updated (4744bc7f2d -> cfbfe7fd8e)

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

ephraimanierobi pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 4744bc7f2d Updates to check_files to produce a more useful Dockerfile (#29469)
     add 88f725e1ee Replace `unittests` in google provider tests by pure `pytest` (Part 1) (#27986)
     add cfbfe7fd8e Move help message to the google auth code (#29888)

No new revisions were added by this update.

Summary of changes:
 ...et_candidate_file_descriptor_ranges-to-us.patch | 76 ++++++++++++++++++++++
 airflow/_vendor/daemon/module.mk                   | 27 ++++++++
 .../google/common/utils/id_token_credentials.py    | 26 +++++++-
 .../common/auth_backend/test_google_openid.py      |  5 +-
 .../google/common/hooks/test_base_google.py        | 52 +++++++--------
 .../google/common/hooks/test_discovery_api.py      |  9 ++-
 .../common/utils/test_id_token_credentials.py      | 12 +---
 .../google/firebase/hooks/test_firestore.py        | 13 ++--
 .../google/firebase/operators/test_firestore.py    |  3 +-
 .../providers/google/leveldb/hooks/test_leveldb.py |  3 +-
 .../google/leveldb/operators/test_leveldb.py       |  3 +-
 .../marketing_platform/hooks/test_analytics.py     |  5 +-
 .../hooks/test_campaign_manager.py                 |  6 +-
 .../marketing_platform/hooks/test_display_video.py |  6 +-
 .../marketing_platform/hooks/test_search_ads.py    |  6 +-
 .../marketing_platform/operators/test_analytics.py |  9 ++-
 .../operators/test_campaign_manager.py             | 27 ++++----
 .../operators/test_display_video.py                | 31 +++++----
 .../operators/test_search_ads.py                   | 19 +++---
 .../sensors/test_campaign_manager.py               |  4 +-
 .../sensors/test_display_video.py                  |  6 +-
 .../marketing_platform/sensors/test_search_ads.py  |  4 +-
 .../providers/google/suite/hooks/test_calendar.py  |  7 +-
 tests/providers/google/suite/hooks/test_drive.py   | 15 ++---
 tests/providers/google/suite/hooks/test_sheets.py  |  5 +-
 tests/providers/google/suite/sensors/test_drive.py |  6 +-
 .../google/suite/transfers/test_gcs_to_gdrive.py   |  3 +-
 .../google/suite/transfers/test_sql_to_sheets.py   |  5 +-
 tests/providers/google/test_go_module.py           |  3 +-
 29 files changed, 253 insertions(+), 143 deletions(-)
 create mode 100644 airflow/_vendor/daemon/0001-Refactor-_get_candidate_file_descriptor_ranges-to-us.patch
 create mode 100644 airflow/_vendor/daemon/module.mk