FYI,
I needed to revert a commit made roughly 6 hours ago.
<goog_1040053105>
https://github.com/apache/incubator-airflow/commit/c6dd4d4578918364da1cd3d5655a8d41a65871b5
If you submitted any PRs in the last 6 hours and all of your travis tests
failed because of the error below, please rebase, squash commits, and
update your PRs. Thx.
======================================================================
FAIL: test_custom_backend (tests.EmailTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/travis/build/apache/incubator-airflow/.tox/py27-cdh-airflow_backend_sqlite/lib/python2.7/site-packages/mock/mock.py",
line 1305, in patched
return func(*args, **keywargs)
File "/home/travis/build/apache/incubator-airflow/tests/core.py",
line 1927, in test_custom_backend
send_email_test.assert_called_with('to', 'subject', 'content',
files=None, dryrun=False, cc=None, bcc=None)
File
"/home/travis/build/apache/incubator-airflow/.tox/py27-cdh-airflow_backend_sqlite/lib/python2.7/site-packages/mock/mock.py",
line 937, in assert_called_with
six.raise_from(AssertionError(_error_message(cause)), cause)
File
"/home/travis/build/apache/incubator-airflow/.tox/py27-cdh-airflow_backend_sqlite/lib/python2.7/site-packages/six.py",
line 718, in raise_from
raise value
AssertionError: Expected call: mock('to', 'subject', 'content',
bcc=None, cc=None, dryrun=False, files=None)
Actual call: mock('to', 'subject', 'content', bcc=None, cc=None,
dryrun=False, files=None, mime_subtype=u'mixed')
-s