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 8ab8ac84b5 Make skipping provider tests part of selective-checks
(#29216)
new 5bf2a4a829 Fix circular imports when airflow starts (#29494)
new dd1673d9be Fix import cycle starting from airflow/__main__.py (#29523)
new 83779d8e5e Revert "Google have re-worked their docs site ane appear
not publish objects.inv (#28834)" (#29543)
new 45caa5ec14 Aggressively cache entry points in process (#29625)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow/__main__.py | 13 ++++++--
airflow/models/xcom.py | 5 ++-
airflow/providers_manager.py | 6 ++--
airflow/settings.py | 5 ++-
airflow/utils/entry_points.py | 44 ++++++++++++++-----------
airflow/utils/state.py | 3 --
airflow/utils/timezone.py | 12 +++++--
docs/conf.py | 35 ++++++++++++++++++++
docs/exts/docs_build/third_party_inventories.py | 24 ++++++++++++++
docs/spelling_wordlist.txt | 8 -----
tests/cli/commands/test_db_command.py | 4 +--
tests/conftest.py | 7 ++++
tests/models/test_taskinstance.py | 5 +--
tests/utils/test_entry_points.py | 6 ++--
14 files changed, 132 insertions(+), 45 deletions(-)