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.
This commit is contained in:
Martin Weinelt 2023-11-27 19:08:54 +01:00
parent 742ea5dcc8
commit c150877925
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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/