python3Packages.msmart-ng: 2025.5.1 -> 2025.7.0

https://github.com/mill1000/midea-msmart/releases/tag/2025.7.0
This commit is contained in:
Martin Weinelt
2025-07-07 03:28:30 +02:00
parent 4d64022f6e
commit 761f003d60
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "msmart-ng";
version = "2025.5.1";
version = "2025.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-msmart";
tag = version;
hash = "sha256-dZD93ZZiQLmWuMAR/nnYB7oGBBYr4YPEi+LdpSzweVc=";
hash = "sha256-4CqdAgWkpkZ4Kz/GfLBvZ/ogb/tb3/NPGSxOpyU9CIo=";
};
build-system = [
@@ -39,6 +39,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [
# broken in upstream CI as well
"test_properties_cascade"
];
disabledTestPaths = [
# network access
"msmart/tests/test_cloud.py"