eladkal commented on issue #5379: AIRFLOW-4316 Don't make automatically lower case every variable from … URL: https://github.com/apache/airflow/pull/5379#issuecomment-511224813 mmm I'm probably wrong but the failures I see are: ``` [33m5) ERROR: test_custom_backend (tests.transplant_class.<locals>.C)[0m [33m----------------------------------------------------------------------[0m [0m Traceback (most recent call last):[0m [34m/usr/lib/python3.5/unittest/mock.py[0m line [1m[36m1157[0m[0m in [36mpatched[0m return func(*args, **keywargs) [34mtests/core.py[0m line [1m[36m2258[0m[0m in [36mtest_custom_backend[0m utils.email.send_email('to', 'subject', 'content') [34mairflow/utils/email.py[0m line [1m[36m42[0m[0m in [36msend_email[0m backend = getattr(module, attr) [33m [33m[1m[33mAttributeError[0m[0m[33m: [0m[33mmodule 'airflow.utils' has no attribute 'send_email_smtp'[0m ``` The `module 'airflow.utils' has no attribute 'send_email_smtp'` repeats in many tests failure for that PR. Shouldn't it be `airflow.utils.email.send_email_smtp` ? Could it be related to https://github.com/apache/airflow/blob/master/scripts/ci/airflow_travis.cfg#L43 ?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
