Skip to content

Commit 40e253a

Browse files
committed
Update Dockerfile.dev
1 parent bbf639c commit 40e253a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile.dev

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release ~/hass-re
5050

5151
# Install Python dependencies from requirements
5252
COPY requirements.txt ./
53-
COPY homeassistant/package_constraints.txt homeassistant/package_constraints.txt
5453
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
5754

5855
WORKDIR /workspaces
5956

0 commit comments

Comments
 (0)