You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Li Xuanji (JIRA)" <ji...@apache.org> on 2016/07/26 17:55:20 UTC

[jira] [Closed] (AIRFLOW-359) `bool object not callable` when running CI due to flask-login 0.3

     [ https://issues.apache.org/jira/browse/AIRFLOW-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Li Xuanji closed AIRFLOW-359.
-----------------------------
    Resolution: Fixed

> `bool object not callable` when running CI due to flask-login 0.3
> -----------------------------------------------------------------
>
>                 Key: AIRFLOW-359
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-359
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Li Xuanji
>            Assignee: Li Xuanji
>
> Because our CI's requirements.txt entry for flask-login is not pinned (https://github.com/apache/incubator-airflow/blob/master/scripts/ci/requirements.txt#L17), it installed flask-login 0.3 for me, while airflow normally installs flask-login 0.2. The is_authenticated function was changed to a property in 0.3, leading to the same error reported here https://github.com/miguelgrinberg/flasky/issues/74 while running CI (eg https://travis-ci.org/zodiac/incubator-airflow/jobs/147009407)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)