Unverified Commit c1508779 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent 742ea5dc
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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/