From e2ecec9d30e1e6f1c4b66536668d1b9d36c54a81 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Feb 2024 09:38:39 +0100 Subject: [PATCH] python312Packages.aioautomower: 2024.2.6 -> 2024.2.7 Changelog: https://github.com/Thomas55555/aioautomower/releases/tag/2024.2.7 --- pkgs/development/python-modules/aioautomower/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioautomower/default.nix b/pkgs/development/python-modules/aioautomower/default.nix index f6c86ac2900d..02e0dcc3d90f 100644 --- a/pkgs/development/python-modules/aioautomower/default.nix +++ b/pkgs/development/python-modules/aioautomower/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aioautomower"; - version = "2024.2.6"; + version = "2024.2.7"; pyproject = true; disabled = pythonOlder "3.11"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Thomas55555"; repo = "aioautomower"; rev = "refs/tags/${version}"; - hash = "sha256-iYC2bYkO9INbSeny9gy/I0cDSYeyrJiD9MJddUFIlhg="; + hash = "sha256-ij/Webe/YqpAyjCXFpKq0eyvTegiTDJYiMASuUJKc7Q="; }; postPatch = '' @@ -57,6 +57,11 @@ buildPythonPackage rec { "--snapshot-update" ]; + disabledTests = [ + # File is missing + "test_standard_mower" + ]; + meta = with lib; { description = "Module to communicate with the Automower Connect API"; homepage = "https://github.com/Thomas55555/aioautomower";