You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/03/14 20:54:41 UTC

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

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

Bolke de Bruin updated AIRFLOW-834:
-----------------------------------
    Fix Version/s: 1.8.0

> 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
>              Labels: easyfix
>             Fix For: 1.8.0
>
>
> {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)