python3Packages.zigpy-xbee: disable tests

For now until the linekd PR is merged and released.
This commit is contained in:
Martin Weinelt 2026-07-04 21:39:53 +02:00
commit 59e83d0157
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -37,6 +37,10 @@ buildPythonPackage rec {
zigpy
];
# lacking zigpy 2.0 compat
# https://github.com/zigpy/zigpy-xbee/pull/179
doCheck = false;
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook