mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
Merge pull request #327112 from fabaff/zha-bump
This commit is contained in:
commit
da6f2b99b8
@ -26,7 +26,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zha";
|
||||
version = "0.0.20";
|
||||
version = "0.0.23";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.12";
|
||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
owner = "zigpy";
|
||||
repo = "zha";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-kmTOWHREdzXfgDPPs91GfQCgpmkUshwGtscOTT1WGns=";
|
||||
hash = "sha256-a0rr8pJCoVtDR3iNCDpLZnapetzNHMj8uCu667lNcGE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -102,6 +102,12 @@ buildPythonPackage rec {
|
||||
"test_sinope_time"
|
||||
"test_siren_timed_off"
|
||||
"test_zha_group_light_entity"
|
||||
# flaky, either due to race conditions or timeouts
|
||||
"test_zha_group_switch_entity"
|
||||
"test_zha_group_fan_entity"
|
||||
"test_startup_concurrency_limit"
|
||||
"test_fan_ikea"
|
||||
"test_background"
|
||||
];
|
||||
|
||||
disabledTestPaths = [ "tests/test_cluster_handlers.py" ];
|
||||
|
Loading…
Reference in New Issue
Block a user