···
extraDisabledTestPaths = {
# imports broken future module
"tests/components/overseerr/test_event.py"
···
"test_subscribe_discovery"
-
extraPytestFlagsArray = {
-
"--deselect tests/components/backup/test_sensors.py::test_sensors"
-
bmw_connected_drive = [
-
"--deselect tests/components/bmw_connected_drive/test_binary_sensor.py::test_entity_state_attrs"
-
# Tries to resolve DNS entries
-
"--deselect tests/components/dnsip/test_config_flow.py::test_options_flow"
-
# AssertionError: assert 'audio/x-flac' == 'audio/flac'
-
"--deselect tests/components/jellyfin/test_media_source.py::test_resolve"
-
"--deselect tests/components/jellyfin/test_media_source.py::test_audio_codec_resolve"
-
"--deselect tests/components/jellyfin/test_media_source.py::test_music_library"
-
# outdated snapshot in eve_weather_sensor variant
-
"--deselect tests/components/matter/test_number.py::test_numbers"
-
# aioserial mock produces wrong state
-
"--deselect tests/components/modem_callerid/test_init.py::test_setup_entry"
-
openai_conversation = [
-
"--deselect tests/components/openai_conversation/test_conversation.py::test_function_call"
-
"--deselect tests/components/technove/test_switch.py::test_switches"
···
# components are more often racy than the core
dontUsePytestXdist = true;
-
lib.remove "tests" old.pytestFlagsArray
-
++ extraPytestFlagsArray.${component} or [ ]
-
++ [ "tests/components/${component}" ];
broken = lib.elem component [ ];