Hi Folks, Our Travis builds have been failing for quite some time. This is due to 2 issues:
1. Pyscopg2 2.7.0 has a small regression that treats “None” as a string. I have a PR out that works around the issue: https://github.com/apache/incubator-airflow/pull/2126 . This needs a review. 2. The python 2 builds are failing with ldap errors, while the same config passes on python 3. Honestly I am a bit at a loss here and I raised the issue with Ldap3 itself (https://github.com/cannatag/ldap3/issues/305), but it might not even be their issue. Trouble is I cannot reproduce it locally in a Jupyter notebook. I really need some help with #2, because debugging has been a challenge and for every change we try to make to get us to release I have to verify the output of the builds to see if the ‘right’ tests failed. Can someone please take a look? Cheers Bolke
