We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf639c commit 40e253aCopy full SHA for 40e253a
Dockerfile.dev
@@ -50,10 +50,7 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release ~/hass-re
50
51
# Install Python dependencies from requirements
52
COPY requirements.txt ./
53
-COPY homeassistant/package_constraints.txt homeassistant/package_constraints.txt
54
RUN uv pip install -r requirements.txt
55
-COPY requirements_test.txt requirements_test_pre_commit.txt ./
56
-RUN uv pip install -r requirements_test.txt
57
58
WORKDIR /workspaces
59
0 commit comments