about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-27 19:08:54 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-27 19:08:54 +0100
commitc150877925aacf41aa51d28bc82693ad2da1b541 (patch)
treeb8bbaad34d951c618cebd022e865646d7f7f3a8c /pkgs/servers/home-assistant
parent742ea5dcc81eed1c24ef1c50cbebab75376562a2 (diff)
downloadnixlib-c150877925aacf41aa51d28bc82693ad2da1b541.tar
nixlib-c150877925aacf41aa51d28bc82693ad2da1b541.tar.gz
nixlib-c150877925aacf41aa51d28bc82693ad2da1b541.tar.bz2
nixlib-c150877925aacf41aa51d28bc82693ad2da1b541.tar.lz
nixlib-c150877925aacf41aa51d28bc82693ad2da1b541.tar.xz
nixlib-c150877925aacf41aa51d28bc82693ad2da1b541.tar.zst
nixlib-c150877925aacf41aa51d28bc82693ad2da1b541.zip
home-assistant: prune test configuration
The qwikswitch dependency is not required anymore for this test.

Also prune some tests, that are not failing any more.
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 21c503c8874d..7f6fca8a090b 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -467,8 +467,6 @@ in python.pkgs.buildPythonApplication rec {
     # some components are needed even if tests in tests/components are disabled
     "default_config"
     "hue"
-    # for tests/test_config.py::test_merge_id_schema
-    "qwikswitch"
   ];
 
   pytestFlagsArray = [
@@ -481,12 +479,6 @@ in python.pkgs.buildPythonApplication rec {
     "--showlocals"
     # AssertionError: assert 1 == 0
     "--deselect tests/test_config.py::test_merge"
-    # AssertionError: assert 2 == 1
-    "--deselect=tests/helpers/test_translation.py::test_caching"
-    # AssertionError: assert None == RegistryEntry
-    "--deselect=tests/helpers/test_entity_registry.py::test_get_or_create_updates_data"
-    # AssertionError: assert 2 == 1
-    "--deselect=tests/helpers/test_entity_values.py::test_override_single_value"
     # AssertionError: assert 'WARNING' not in '2023-11-10 ...nt abc[L]>\n'"
     "--deselect=tests/helpers/test_script.py::test_multiple_runs_repeat_choose"
     # tests are located in tests/