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/