Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-1594] Don't install test packages into python root.[]
By default `find_packages()` will find _any_ valid python package, including things under tests. We don't want to install the tests packages into the python path, so exclude those. Closes apache#2597 from ashb/AIRFLOW-1594-dont-install- tests
- Loading branch information