···
extraDisabledTestPaths = {
61
+
"tests/components/backup/test_sensors.py::test_sensors"
63
+
bmw_connected_drive = [
65
+
"tests/components/bmw_connected_drive/test_binary_sensor.py::test_entity_state_attrs"
68
+
# Tries to resolve DNS entries
69
+
"tests/components/dnsip/test_config_flow.py::test_options_flow"
72
+
# AssertionError: assert 'audio/x-flac' == 'audio/flac'
73
+
"tests/components/jellyfin/test_media_source.py::test_resolve"
74
+
"tests/components/jellyfin/test_media_source.py::test_audio_codec_resolve"
75
+
"tests/components/jellyfin/test_media_source.py::test_music_library"
78
+
# outdated snapshot in eve_weather_sensor variant
79
+
"tests/components/matter/test_number.py::test_numbers"
82
+
# aioserial mock produces wrong state
83
+
"tests/components/modem_callerid/test_init.py::test_setup_entry"
85
+
openai_conversation = [
87
+
"tests/components/openai_conversation/test_conversation.py::test_function_call"
# imports broken future module
"tests/components/overseerr/test_event.py"
95
+
"tests/components/technove/test_switch.py::test_switches"
···
"test_subscribe_discovery"
103
-
extraPytestFlagsArray = {
105
-
# outdated snapshot
106
-
"--deselect tests/components/backup/test_sensors.py::test_sensors"
108
-
bmw_connected_drive = [
109
-
# outdated snapshot
110
-
"--deselect tests/components/bmw_connected_drive/test_binary_sensor.py::test_entity_state_attrs"
113
-
# Tries to resolve DNS entries
114
-
"--deselect tests/components/dnsip/test_config_flow.py::test_options_flow"
117
-
# AssertionError: assert 'audio/x-flac' == 'audio/flac'
118
-
"--deselect tests/components/jellyfin/test_media_source.py::test_resolve"
119
-
"--deselect tests/components/jellyfin/test_media_source.py::test_audio_codec_resolve"
120
-
"--deselect tests/components/jellyfin/test_media_source.py::test_music_library"
123
-
# outdated snapshot in eve_weather_sensor variant
124
-
"--deselect tests/components/matter/test_number.py::test_numbers"
127
-
# aioserial mock produces wrong state
128
-
"--deselect tests/components/modem_callerid/test_init.py::test_setup_entry"
130
-
openai_conversation = [
131
-
# outdated snapshot
132
-
"--deselect tests/components/openai_conversation/test_conversation.py::test_function_call"
135
-
# outdated snapshot
136
-
"--deselect tests/components/technove/test_switch.py::test_switches"
···
# components are more often racy than the core
dontUsePytestXdist = true;
164
-
lib.remove "tests" old.pytestFlagsArray
165
-
++ extraPytestFlagsArray.${component} or [ ]
166
-
++ [ "tests/components/${component}" ];
160
+
enabledTestPaths = [ "tests/components/${component}" ];
broken = lib.elem component [ ];