From f9d11b3f58776c555e3fdfadc67dc60c39e65e3d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 21 Jun 2021 16:08:33 +0200 Subject: [PATCH] home-assistant: disable tesla component test The tesla component test, via its authcaptureproxy dependency, depends on typer, which in its current version is incompatible with click>=8.0. --- pkgs/servers/home-assistant/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index ed04b4e549d9..ad245614bd9f 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -676,7 +676,8 @@ in with py.pkgs; buildPythonApplication rec { "telegram" "tellduslive" "template" - "tesla" + # disable tesla comonent tests while typer is incompatible with click>=8.0 + # "tesla" "threshold" "tibber" "tile"