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; {