1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-06 07:26:58 +01:00

Remove requirements_test_all file (#171530)

This commit is contained in:
Robert Resch
2026-05-20 23:54:31 +02:00
committed by GitHub
parent c188fdcc8b
commit 5f5d74cfbd
5 changed files with 5 additions and 2986 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ cd "$(realpath "$(dirname "$0")/..")"
echo "Installing development dependencies..."
uv pip install \
-e . \
-r requirements_test_all.txt \
-r requirements_all.txt \
-r requirements_test.txt \
colorlog \
--upgrade \
--config-settings editable_mode=compat