about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-04 00:13:34 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-04 00:13:34 +0100
commit6e3207ae07f0dd9bc5e48fd9251b1544672108e7 (patch)
tree28790ff9ed1742f237f811509e6f077608360820 /pkgs/servers
parent2452734ad4ac0e37c9e14f21afe580d0a108337d (diff)
home-assistant: mark telegram test broken
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/tests.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix
index b439dae425155..15f1cd6f29040 100644
--- a/pkgs/servers/home-assistant/tests.nix
+++ b/pkgs/servers/home-assistant/tests.nix
@@ -138,6 +138,8 @@ in lib.listToAttrs (map (component: lib.nameValuePair component (
       broken = lib.elem component [
         # pinned version incompatible with urllib3>=2.0
         "telegram_bot"
+        # depends on telegram_bot
+        "telegram"
       ];
       # upstream only tests on Linux, so do we.
       platforms = lib.platforms.linux;