Block typing from being installed (#37707)

This commit is contained in:
Paulus Schoutsen
2020-08-26 14:51:41 +02:00
committed by GitHub
parent df9de8eb5d
commit e96d8a961c
8 changed files with 16 additions and 42 deletions

View File

@@ -11,7 +11,6 @@ COPY . homeassistant/
RUN \
pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
-r homeassistant/requirements_all.txt \
&& pip3 uninstall -y typing \
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
-e ./homeassistant \
&& python3 -m compileall homeassistant/homeassistant