9043 Fixed error while running dev docker (#9044)
parent
dd0ca0adc4
commit
5a3a43cd5b
|
@ -45,6 +45,7 @@ COPY requirements_test_all.txt setup.cfg setup.py tox.ini ./
|
||||||
COPY homeassistant/const.py homeassistant/const.py
|
COPY homeassistant/const.py homeassistant/const.py
|
||||||
|
|
||||||
# Prefetch dependencies for tox
|
# Prefetch dependencies for tox
|
||||||
|
COPY homeassistant/package_constraints.txt homeassistant/package_constraints.txt
|
||||||
RUN tox -e py36 --notest
|
RUN tox -e py36 --notest
|
||||||
|
|
||||||
# END: Development additions
|
# END: Development additions
|
||||||
|
|
Loading…
Reference in New Issue