Commit d0f58c54 authored by jopejoe1's avatar jopejoe1
Browse files

tests: migrate home-assistant-component-tests from all-packages

parent 6348b5b5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -254,4 +254,6 @@ in
  prefer-remote-fetch = recurseIntoAttrs (
    callPackages ../build-support/prefer-remote-fetch/tests.nix { }
  );

  home-assistant-component-tests = recurseIntoAttrs pkgs.home-assistant.tests.components;
}
+0 −2
Original line number Diff line number Diff line
@@ -8788,8 +8788,6 @@ with pkgs;

  home-assistant-cli = callPackage ../servers/home-assistant/cli.nix { };

  home-assistant-component-tests = recurseIntoAttrs home-assistant.tests.components;

  icingaweb2-ipl = callPackage ../servers/icingaweb2/ipl.nix { };
  icingaweb2-thirdparty = callPackage ../servers/icingaweb2/thirdparty.nix { };
  icingaweb2 = callPackage ../servers/icingaweb2 { };