home-assistant: add passthru test without check deps
This is a safeguard that we're not missing any runtime dependencies, that the check inputs randomly provide.
This commit is contained in:
parent
7b108c6723
commit
6f94ea883c
@ -709,6 +709,10 @@ in python.pkgs.buildPythonApplication rec {
|
||||
package = home-assistant;
|
||||
command = "hass --version";
|
||||
};
|
||||
withoutCheckDeps = home-assistant.overridePythonAttrs {
|
||||
pname = "home-assistant-without-check-deps";
|
||||
doCheck = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user