You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2018/08/09 15:08:00 UTC

[jira] [Resolved] (AIRFLOW-2687) Move unittest2 from devel_ci to devel in setup.py

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

Ash Berlin-Taylor resolved AIRFLOW-2687.
----------------------------------------
    Resolution: Duplicate

> Move unittest2 from devel_ci to devel in setup.py
> -------------------------------------------------
>
>                 Key: AIRFLOW-2687
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2687
>             Project: Apache Airflow
>          Issue Type: Test
>          Components: tests
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>
> #3549 added {{unittest2}} package to {{devel_ci}}, but I think it should be in {{devel}}.
> https://github.com/apache/incubator-airflow/pull/3549/files#diff-2eeaed663bd0d25b7e608891384b7298
> Because without that package, users can't run even a basic test locally.
> {code}
> $ pip install --upgrade -e ".[all]"
> (snip)
> Successfully installed apache-airflow
> $ ./run_unit_tests.sh tests/configuration.py
> (snip)
> ImportError: No module named unittest2
> (snip)
> FAILED (errors=1)
> {code}



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