Unverified Commit ad326215 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.msmart-ng: 2025.7.0 -> 2025.9.0

parent 2a8d603a
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -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" ];