home-assistant-component-tests: build with format other

This commit is contained in:
Martin Weinelt
2022-09-19 16:05:32 +02:00
committed by Sandro Jäckel
parent 9ec63fb7a7
commit 0ebde89696
+1
View File
@@ -70,6 +70,7 @@ let
in lib.listToAttrs (map (component: lib.nameValuePair component (
home-assistant.overridePythonAttrs (old: {
pname = "homeassistant-test-${component}";
format = "other";
dontBuild = true;
dontInstall = true;