From d4917fafb536a9a62073e84347541494f708f78f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 7 May 2021 17:22:57 +0200 Subject: [PATCH] home-assistant: enable fritz component tests These tests require pytest-mock for the mocker fixture, but it isn't declared anywhere. https://github.com/home-assistant/core/issues/50253 --- pkgs/servers/home-assistant/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index 4df380e2b5a..6e37666c78d 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -176,6 +176,7 @@ in with py.pkgs; buildPythonApplication rec { # test infrastructure asynctest pytest-aiohttp + pytest-mock pytest-rerunfailures pytest-xdist pytestCheckHook @@ -237,6 +238,7 @@ in with py.pkgs; buildPythonApplication rec { "folder" "folder_watcher" "freebox" + "fritz" "fritzbox" "fritzbox_callmonitor" "frontend"