From ad326215188f1d6479bac5520b406285b68c5d59 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 2 Sep 2025 13:52:08 +0200 Subject: [PATCH] python3Packages.msmart-ng: 2025.7.0 -> 2025.9.0 https://github.com/mill1000/midea-msmart/releases/tag/2025.9.0 --- .../python-modules/msmart-ng/default.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/msmart-ng/default.nix b/pkgs/development/python-modules/msmart-ng/default.nix index 1093542fbc36..972aa5079e20 100644 --- a/pkgs/development/python-modules/msmart-ng/default.nix +++ b/pkgs/development/python-modules/msmart-ng/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "msmart-ng"; - version = "2025.7.0"; + version = "2025.9.0"; pyproject = true; src = fetchFromGitHub { owner = "mill1000"; repo = "midea-msmart"; tag = version; - hash = "sha256-4CqdAgWkpkZ4Kz/GfLBvZ/ogb/tb3/NPGSxOpyU9CIo="; + hash = "sha256-pBAwEq1/fRLyJ9ioMmU5u1YgKQ6nW4+ol1HLh6/Wg8Y="; }; build-system = [ @@ -39,15 +39,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; - disabledTests = [ - # broken in upstream CI as well - "test_properties_cascade" - ]; - - disabledTestPaths = [ - # network access - "msmart/tests/test_cloud.py" - ]; + env.CI = true; pythonImportsCheck = [ "msmart" ];