From 3e5cde59a1eb9cef68ffd341eeb5001b0da8543a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 29 Sep 2022 02:35:34 +0200 Subject: [PATCH] python3Packages.zigpy-xbee: disable failing test --- pkgs/development/python-modules/zigpy-xbee/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/zigpy-xbee/default.nix b/pkgs/development/python-modules/zigpy-xbee/default.nix index ba7292968a8b..43cab32768c0 100644 --- a/pkgs/development/python-modules/zigpy-xbee/default.nix +++ b/pkgs/development/python-modules/zigpy-xbee/default.nix @@ -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; {