python3Packages.zigpy-xbee: fixed failing build by disabling test_connect

This commit is contained in:
Notarin Steele
2026-05-06 08:47:28 -07:00
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";