python3Packages.zha-quirks: 0.0.139 -> 0.0.142

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.142
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:21 +02:00
parent c26b8f76a5
commit 9da0d5d921
@@ -7,12 +7,13 @@
pytestCheckHook,
pythonOlder,
setuptools,
time-machine,
zigpy,
}:
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.139";
version = "0.0.142";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -21,7 +22,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-16gv2t1hudIULybmAXK+sMl9MsFATHMGQeZWhmVhrkk=";
hash = "sha256-D1FIkyVSa4j6p4PHkjCAU08zpZjjXPGWoL5lKlWUHuU=";
};
postPatch = ''
@@ -40,6 +41,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
time-machine
];
disabledTests = [
@@ -47,6 +49,9 @@ buildPythonPackage rec {
"test_mfg_cluster_events"
"test_co2_sensor"
"test_smart_air_sensor"
# AssertionError: expected call not found
"test_moes"
"test_tuya_mcu_set_time"
];
pythonImportsCheck = [ "zhaquirks" ];