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:
Martin Weinelt 2021-01-07 07:20:25 +01:00
parent 625c856021
commit 7c424e3f56
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -45,6 +45,11 @@ 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 stdenv.lib; {
description = "A library for zigpy which communicates with TI ZNP radios";
homepage = "https://github.com/zha-ng/zigpy-znp";