You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Marek Baczyński (JIRA)" <ji...@apache.org> on 2017/02/03 13:59:51 UTC

[jira] [Created] (AIRFLOW-834) get_dep_statuses raises PendingDeprecationWarning in Python 3.5

Marek Baczyński created AIRFLOW-834:
---------------------------------------

             Summary: get_dep_statuses raises PendingDeprecationWarning in Python 3.5
                 Key: AIRFLOW-834
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-834
             Project: Apache Airflow
          Issue Type: Bug
    Affects Versions: Airflow 1.8, 1.8.0b5
            Reporter: Marek Baczyński
            Priority: Minor


{noformat}
venv/src/airflow/airflow/ti_deps/deps/base_ti_dep.py:94: PendingDeprecationWarning: generator '_get_dep_statuses' raised StopIteration
    for dep_status in self._get_dep_statuses(ti, session, dep_context):
{noformat}

fix would be to change these into plain return



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)