python3Packages.msmart-ng: 2025.7.0 -> 2025.9.0

https://github.com/mill1000/midea-msmart/releases/tag/2025.9.0
This commit is contained in:
Martin Weinelt
2025-09-02 13:56:26 +02:00
parent 2a8d603ac4
commit ad32621518
@@ -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" ];