You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Karthikeyan Singaravelan (JIRA)" <ji...@apache.org> on 2019/07/04 11:21:00 UTC

[jira] [Created] (AIRFLOW-4895) DeprecationWarning in Python 3.7 while running tests

Karthikeyan Singaravelan created AIRFLOW-4895:
-------------------------------------------------

             Summary: DeprecationWarning in Python 3.7 while running tests
                 Key: AIRFLOW-4895
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4895
             Project: Apache Airflow
          Issue Type: Bug
          Components: ci
    Affects Versions: 2.0.0
         Environment: Ubuntu
            Reporter: Karthikeyan Singaravelan
            Assignee: Karthikeyan Singaravelan


There is DeprecationWarning raised when running tests locally. This was introduced as part of AIRFLOW-3958 and commit 75bec88f04705884de58facaac97338a5b5b439a. This is similar to AIRFLOW-3009. Since the fix is simple enough I would like to work on this as my first contribution.

DeprecationWarning in test

{code:bash}
/home/karthi/airflow/airflow/utils/helpers.py:26: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Iterable
{code}

Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)