@holdenk `scripts/ci/kubernetes/docker/Dockerfile` is the image used to run airflow on Kubernetes and it should not contain any dev / testing tool IMO.
FYI `pip` is installed in `scripts/ci/run-ci.sh`: https://github.com/apache/incubator-airflow/blob/19515e816785a6be828ec0191b9a7d83c9648110/scripts/ci/run-ci.sh#L29-L36 One option would be to install `tox` in https://github.com/apache/incubator-airflow-ci [ Full content available at: https://github.com/apache/incubator-airflow/pull/3933 ] This message was relayed via gitbox.apache.org for [email protected]
