holdenk created AIRFLOW-3101:
--------------------------------
Summary: Fix docker-compose testing
Key: AIRFLOW-3101
URL: https://issues.apache.org/jira/browse/AIRFLOW-3101
Project: Apache Airflow
Issue Type: Bug
Reporter: holdenk
Assignee: holdenk
When testing with docker compose I ran into the following issues:
1) No tox installed
2) path did not include /home/airflow/.local/bin instead included
/home/\{systemuser}/.local/bin but $HOME inside of the system pointed to
/home/airflow, so pip installed packages where not easily callable.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)