From c8b2860167f597871a1fb0aae2554b55829c5d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 23 Oct 2019 09:12:57 +0300 Subject: [PATCH] Fix bootstrap dev dependencies message (#28114) https://github.com/home-assistant/home-assistant/pull/28060#discussion_r337701541 --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index ba594cbb341..211f1355b7d 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -6,5 +6,5 @@ set -e cd "$(dirname "$0")/.." -echo "Installing test dependencies..." +echo "Installing development dependencies..." python3 -m pip install tox colorlog pre-commit $(grep mypy requirements_test.txt)