From a0160c0ae804fa12a98f7020e786fc2565b81974 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 25 May 2021 15:53:41 +0200 Subject: [PATCH] python3Packages.pywemo: disable failing test With libxml2 2.9.12 this test started failing, it was reported upstream at https://github.com/pywemo/pywemo/issues/268. --- pkgs/development/python-modules/pywemo/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/pywemo/default.nix b/pkgs/development/python-modules/pywemo/default.nix index ceb190fe753..7448f1f7f2c 100644 --- a/pkgs/development/python-modules/pywemo/default.nix +++ b/pkgs/development/python-modules/pywemo/default.nix @@ -47,6 +47,11 @@ buildPythonPackage rec { pytestCheckHook ]; + disabledTests = [ + # https://github.com/NixOS/nixpkgs/issues/124165 + "test_bridge_getdevicestatus" + ]; + pythonImportsCheck = [ "pywemo" ]; meta = with lib; {