From a3d043387fa335a6a723dc31188e99c5230ce0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 28 Jun 2021 14:32:39 +0200 Subject: [PATCH] nixos/tests/home-assistant: don't test package The modules overrides extraComponents which leads to a costly rebuild of the home-assistant package with all tests. Make it less costly by not running the tests, as does the default for the package option. The package's tests are already run by ofborg on every pull request as well as by Hydra when building home-assistant. --- nixos/tests/home-assistant.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix index f8f8e9fd183f..699be8fd7dc6 100644 --- a/nixos/tests/home-assistant.nix +++ b/nixos/tests/home-assistant.nix @@ -23,8 +23,6 @@ in { services.home-assistant = { inherit configDir; enable = true; - # includes the package with all tests enabled - package = pkgs.home-assistant; config = { homeassistant = { name = "Home";