python3Packages.zigpy-xbee: fixed failing build by disabling test_connect
This commit is contained in:
committed by
Robert Schütz
parent
d67be04f96
commit
f3ac4122cb
@@ -37,6 +37,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
"test_connect" # Attempts to test ioctl
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/zigpy/zigpy-xbee/releases/tag/${version}";
|
||||
description = "Library which communicates with XBee radios for zigpy";
|
||||
|
||||
Reference in New Issue
Block a user