Kengo Seki created AIRFLOW-2687:
-----------------------------------
Summary: 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
#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)