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

This commit is contained in:
Martin Weinelt 2022-09-17 15:08:56 +02:00 committed by Sandro Jäckel
parent 9ec63fb7a7
commit 0ebde89696
No known key found for this signature in database
GPG Key ID: B1763F8651144063

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;