mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python3Packages.zigpy-xbee: disable failing test
This commit is contained in:
parent
8a95ab957f
commit
3e5cde59a1
@ -2,6 +2,7 @@
|
||||
, asynctest
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, pyserial
|
||||
, pyserial-asyncio
|
||||
, pytest-asyncio
|
||||
@ -38,9 +39,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# assertion failure
|
||||
# E assert ff:ff:ff:ff:ff:ff:ff:ff is None
|
||||
"test_startup_api_mode_config_fails"
|
||||
# https://github.com/zigpy/zigpy-xbee/issues/126
|
||||
"test_form_network"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user