Loading pkgs/servers/home-assistant/custom-components/moonraker/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ buildHomeAssistantComponent rec { ] ++ home-assistant.getPackages "camera" home-assistant.python.pkgs; disabledTests = [ # tests try to open sockets "test_thumbnail_camera_from_img_to_none" "test_bad_connection_config_flow" ]; #skip phases with nothing to do dontConfigure = true; Loading Loading
pkgs/servers/home-assistant/custom-components/moonraker/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ buildHomeAssistantComponent rec { ] ++ home-assistant.getPackages "camera" home-assistant.python.pkgs; disabledTests = [ # tests try to open sockets "test_thumbnail_camera_from_img_to_none" "test_bad_connection_config_flow" ]; #skip phases with nothing to do dontConfigure = true; Loading