Loading pkgs/development/python-modules/msmart-ng/default.nix +3 −11 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/msmart-ng/default.nix +3 −11 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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" ]; Loading