mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.zigpy-xbee: disable tests
For now until the linekd PR is merged and released.
This commit is contained in:
parent
4ed00d743f
commit
59e83d0157
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue