This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3d2c96e3f5 Add deferrable mode to GKEStartPodOperator (#29266)
add 806b0279ac Accept None for `EmailOperator.from_email` to load it from
smtp connection (#30533)
No new revisions were added by this update.
Summary of changes:
airflow/providers/smtp/operators/smtp.py | 6 +--
.../providers/smtp/operators}/__init__.py | 0
tests/providers/smtp/operators/test_smtp.py | 52 ++++++++++++++++++++++
3 files changed, 55 insertions(+), 3 deletions(-)
copy {airflow/api/auth => tests/providers/smtp/operators}/__init__.py (100%)
create mode 100644 tests/providers/smtp/operators/test_smtp.py