python3Packages.zigpy-xbee: disable failing test

This commit is contained in:
Martin Weinelt
2022-09-30 15:07:15 +02:00
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; {