python3Packages.zigpy-znp: 0.3.0 -> 0.4.0

This commit is contained in:
Martin Weinelt 2021-03-03 23:22:31 +01:00
parent 58b8e6142d
commit ba2a855492
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "zigpy-znp";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "zha-ng";
repo = "zigpy-znp";
rev = "v${version}";
sha256 = "18dav2n5fqdigf8dl7gcqa9z8l6p2ig6l5q78gqg2wj7wjpncwyj";
sha256 = "1g5jssdnibhb4i4k1js9iy9w40cipf1gdnyp847x0bv6wblzx8rl";
};
propagatedBuildInputs = [
@ -45,11 +45,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# zigpy-znp was too slow to sync up with the zigpy 0.29 release and has API breakage, remove >0.3.0
"test_force_remove"
];
meta = with lib; {
description = "A library for zigpy which communicates with TI ZNP radios";
homepage = "https://github.com/zha-ng/zigpy-znp";