about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/tests.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-07 02:11:45 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-07 12:38:09 +0100
commiteca16eac979a8cc7e98d7cb07f0c1f79f891ce1b (patch)
treebecd9a5f3fc1732ef70c48c519153ca30b69c359 /pkgs/servers/home-assistant/tests.nix
parent931dfbeb5185aa096c8b8b9663ceb8371fc85486 (diff)
home-assistant: 2024.2.5 -> 2024.3.0
https://www.home-assistant.io/blog/2024/03/06/release-20243/
Diffstat (limited to 'pkgs/servers/home-assistant/tests.nix')
-rw-r--r--pkgs/servers/home-assistant/tests.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix
index 3cce799ec19a4..989bfccb7236d 100644
--- a/pkgs/servers/home-assistant/tests.nix
+++ b/pkgs/servers/home-assistant/tests.nix
@@ -82,6 +82,11 @@ let
       # aioserial mock produces wrong state
       "--deselect tests/components/modem_callerid/test_init.py::test_setup_entry"
     ];
+    velux = [
+      # uses unmocked sockets
+      "--deselect tests/components/velux/test_config_flow.py::test_user_success"
+      "--deselect tests/components/velux/test_config_flow.py::test_import_valid_config"
+    ];
   };
 in lib.listToAttrs (map (component: lib.nameValuePair component (
   home-assistant.overridePythonAttrs (old: {