From b20841087b9e0c6fc67ac791ccc4a5a9c2b24d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 27 Apr 2026 06:49:19 -0700 Subject: [PATCH] python3Packages.actron-neo-api: 0.5.4 -> 0.5.5 Diff: https://github.com/kclif9/actronneoapi/compare/v0.5.4...v0.5.5 Changelog: https://github.com/kclif9/actronneoapi/releases/tag/v0.5.5 --- .../python-modules/actron-neo-api/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/actron-neo-api/default.nix b/pkgs/development/python-modules/actron-neo-api/default.nix index 7c82d159a8fd..91c56ade8efa 100644 --- a/pkgs/development/python-modules/actron-neo-api/default.nix +++ b/pkgs/development/python-modules/actron-neo-api/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "actron-neo-api"; - version = "0.5.4"; + version = "0.5.5"; pyproject = true; src = fetchFromGitHub { owner = "kclif9"; repo = "actronneoapi"; tag = "v${version}"; - hash = "sha256-XyX9o1fIyY5TZqLzK1a+KLkLDVEorw2illg+lHutLtc="; + hash = "sha256-bBPhwiJQYDBEPZKA1Cq94X9LYAmBkOWCI+4afrQntmw="; }; build-system = [ @@ -39,15 +39,6 @@ buildPythonPackage rec { pytestCheckHook ]; - disabledTests = [ - # test hangs - "test_poll_for_token_pending" - # AttributeError: property 'authorization_header' of 'ActronAirOAuth2DeviceCodeAuth' object has no setter - "test_lazy_token_refres" - # ActronAirAuthError: Refresh token is required to refresh the access token - "test_get_user_info" - ]; - meta = { changelog = "https://github.com/kclif9/actronneoapi/releases/tag/${src.tag}"; description = "Communicate with Actron Air systems via the Actron Neo API";