python3Packages.zigpy-znp: disable test_force_remove test case
The zigpy-znp package didn't sync up with changes to the zigpy 0.29 in time for the home-assistant 2021.1.0 release, so let's disable this test until the next release. Co-Authored-By: Matt Votava <mvnetbiz@gmail.com>
This commit is contained in:
parent
625c856021
commit
7c424e3f56
@ -45,6 +45,11 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
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 stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A library for zigpy which communicates with TI ZNP radios";
|
description = "A library for zigpy which communicates with TI ZNP radios";
|
||||||
homepage = "https://github.com/zha-ng/zigpy-znp";
|
homepage = "https://github.com/zha-ng/zigpy-znp";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user