···4949 # tries to retrieve file from github
5050 "test_non_text_stdout_capture"
5151 ];
5252+ sma = [
5353+ # missing operating_status attribute in entity
5454+ "test_sensor_entities"
5555+ ];
5256 vesync = [
5357 # homeassistant.components.vesync:config_validation.py:863 The 'vesync' option has been removed, please remove it from your configuration
5458 "test_async_get_config_entry_diagnostics__single_humidifier"
···128132129133 meta = old.meta // {
130134 broken = lib.elem component [
135135+ # pinned version incompatible with urllib3>=2.0
136136+ "telegram_bot"
131137 ];
132138 # upstream only tests on Linux, so do we.
133139 platforms = lib.platforms.linux;