This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cd14f3f65a Convert Local to S3 example DAG to System Test (AIP-47)
(#25345)
add c30dc5e64d Only load distribution of a name once (#25296)
No new revisions were added by this update.
Summary of changes:
airflow/plugins_manager.py | 2 +-
airflow/utils/entry_points.py | 22 +++++++++++-----
tests/plugins/test_plugins_manager.py | 3 ++-
tests/utils/test_entry_points.py | 49 +++++++++++++++++++++++++++++++++++
tests/www/views/test_views.py | 2 +-
5 files changed, 69 insertions(+), 9 deletions(-)
create mode 100644 tests/utils/test_entry_points.py