···279 };
280 });
28100000000000000000000000000000282 # Pinned due to API changes ~1.0
283 vultr = super.vultr.overridePythonAttrs (oldAttrs: rec {
284 version = "0.1.2";
+6
pkgs/servers/home-assistant/tests.nix
···49 # tries to retrieve file from github
50 "test_non_text_stdout_capture"
51 ];
000052 vesync = [
53 # homeassistant.components.vesync:config_validation.py:863 The 'vesync' option has been removed, please remove it from your configuration
54 "test_async_get_config_entry_diagnostics__single_humidifier"
···128129 meta = old.meta // {
130 broken = lib.elem component [
00131 ];
132 # upstream only tests on Linux, so do we.
133 platforms = lib.platforms.linux;
···49 # tries to retrieve file from github
50 "test_non_text_stdout_capture"
51 ];
52+ sma = [
53+ # missing operating_status attribute in entity
54+ "test_sensor_entities"
55+ ];
56 vesync = [
57 # homeassistant.components.vesync:config_validation.py:863 The 'vesync' option has been removed, please remove it from your configuration
58 "test_async_get_config_entry_diagnostics__single_humidifier"
···132133 meta = old.meta // {
134 broken = lib.elem component [
135+ # pinned version incompatible with urllib3>=2.0
136+ "telegram_bot"
137 ];
138 # upstream only tests on Linux, so do we.
139 platforms = lib.platforms.linux;