mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
9043 Fixed error while running dev docker (#9044)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user