home-assistant.intents: skip test failing on x86_64-linux
see https://hydra.nixos.org/build/307692856
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
@@ -62,6 +63,11 @@ buildPythonPackage rec {
|
||||
"intents/tests"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isx86_64 [
|
||||
# assert 100 == -100.0
|
||||
"test_HassLightSet_name_brightness"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/OHF-Voice/intents-package/releases/tag/${src.tag}";
|
||||
description = "Intents to be used with Home Assistant";
|
||||
|
||||
Reference in New Issue
Block a user