From 6b4f9866f039008ac50f662b09bcbbd3bd517f8a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 24 Jun 2023 22:16:51 +0200 Subject: home-assistant: 2023.6.2 -> 2023.6.3 https://github.com/home-assistant/core/releases/tag/2023.6.3 --- pkgs/servers/home-assistant/tests.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pkgs/servers/home-assistant/tests.nix') diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix index 91a902a8a2d77..5b058ffb92b94 100644 --- a/pkgs/servers/home-assistant/tests.nix +++ b/pkgs/servers/home-assistant/tests.nix @@ -47,6 +47,9 @@ let }; extraPytestFlagsArray = { + conversation = [ + "--deselect tests/components/conversation/test_init.py::test_get_agent_list" + ]; dnsip = [ # Tries to resolve DNS entries "--deselect tests/components/dnsip/test_config_flow.py::test_options_flow" @@ -63,10 +66,19 @@ let # aioserial mock produces wrong state "--deselect tests/components/modem_callerid/test_init.py::test_setup_entry" ]; + sonos = [ + # KeyError: 'sonos_media_player' + "--deselect tests/components/sonos/test_init.py::test_async_poll_manual_hosts_warnings" + "--deselect tests/components/sonos/test_init.py::test_async_poll_manual_hosts_3" + ]; unifiprotect = [ # "TypeError: object Mock can't be used in 'await' expression "--deselect tests/components/unifiprotect/test_repairs.py::test_ea_warning_fix" ]; + zha = [ + "--deselect tests/components/zha/test_config_flow.py::test_formation_strategy_restore_manual_backup_non_ezsp" + "--deselect tests/components/zha/test_config_flow.py::test_formation_strategy_restore_automatic_backup_non_ezsp" + ]; }; in lib.listToAttrs (map (component: lib.nameValuePair component ( home-assistant.overridePythonAttrs (old: { -- cgit 1.4.1