python3Packages.tuya-device-handlers: 0.0.18 -> 0.0.22

https://github.com/home-assistant-libs/tuya-device-handlers/releases/tag/v0.0.22
This commit is contained in:
Martin Weinelt
2026-06-04 16:31:32 +02:00
parent b625e9bb35
commit bb6627f049
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "tuya-device-handlers";
version = "0.0.18";
version = "0.0.22";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "tuya-device-handlers";
tag = "v${finalAttrs.version}";
hash = "sha256-ZzK6IV6AF+5+oOW9ADM/zgwFTmKNT2CzaEuXXK2hyVo=";
hash = "sha256-6zAzHjOzCaPYNP+dwz4/2o0/WXvEAZzPIoJW5Nwenu8=";
};
build-system = [ poetry-core ];
@@ -29,6 +29,11 @@ buildPythonPackage (finalAttrs: {
syrupy
];
disabledTests = [
# pathlib.Path(path).relative_to(_PROJECT_ROOT) evaluates to a path that is not below the build dir
"test_customer_device_with_quirk_as_dict"
];
pythonImportsCheck = [ "tuya_device_handlers" ];
meta = {