From 16da17e9fe5840ee771510844bb663dcb9dab2a6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 15 Jul 2025 02:49:13 +0200 Subject: [PATCH] python3Packages.hass-nabucasa: 0.105.0 -> 0.106.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.106.0 --- .../development/python-modules/hass-nabucasa/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index 6566a428fc37..e34744bbe859 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "hass-nabucasa"; - version = "0.105.0"; + version = "0.106.0"; pyproject = true; disabled = pythonOlder "3.13"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-KH6wUh5BRsYox0BPo7BNCS+8KaRtpoWvaQHbcuN89hE="; + hash = "sha256-GrdtZGAaDZWVsKatiWxp9uSNSLjnzM0Cw+26IHm1KN0="; }; build-system = [ setuptools ]; @@ -63,6 +63,11 @@ buildPythonPackage rec { xmltodict ]; + disabledTests = [ + # mock time 10800s (3h) vs 43200s (12h) + "test_subscription_reconnection_handler_renews_and_starts" + ]; + pythonImportsCheck = [ "hass_nabucasa" ]; meta = with lib; {