Loading pkgs/servers/home-assistant/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ inetutils, nixosTests, home-assistant, testers, versionCheckHook, # Look up dependencies of specified components in component-packages.nix extraComponents ? [ ], Loading Loading @@ -426,6 +426,7 @@ python.pkgs.buildPythonApplication rec { nativeCheckInputs = requirementsTest ++ [ versionCheckHook ] ++ (with python.pkgs; [ # Used in tests/non_packaged_scripts/test_alexa_locales.py beautifulsoup4 Loading Loading @@ -499,10 +500,6 @@ python.pkgs.buildPythonApplication rec { tests = { nixos = nixosTests.home-assistant; components = callPackage ./tests.nix { }; version = testers.testVersion { package = home-assistant; command = "hass --version"; }; withoutCheckDeps = home-assistant.overridePythonAttrs { pname = "home-assistant-without-check-deps"; doCheck = false; Loading Loading
pkgs/servers/home-assistant/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ inetutils, nixosTests, home-assistant, testers, versionCheckHook, # Look up dependencies of specified components in component-packages.nix extraComponents ? [ ], Loading Loading @@ -426,6 +426,7 @@ python.pkgs.buildPythonApplication rec { nativeCheckInputs = requirementsTest ++ [ versionCheckHook ] ++ (with python.pkgs; [ # Used in tests/non_packaged_scripts/test_alexa_locales.py beautifulsoup4 Loading Loading @@ -499,10 +500,6 @@ python.pkgs.buildPythonApplication rec { tests = { nixos = nixosTests.home-assistant; components = callPackage ./tests.nix { }; version = testers.testVersion { package = home-assistant; command = "hass --version"; }; withoutCheckDeps = home-assistant.overridePythonAttrs { pname = "home-assistant-without-check-deps"; doCheck = false; Loading