From 813b3b2a0c7ce01f6bd91751055e5d667acdf366 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 26 May 2021 04:56:46 +0200 Subject: [PATCH] Revert "python3Packages.pywemo: disable failing test" This reverts commit 60c98baf17095794a5bf9219b3de843ae595ebca. The original issue was a result of a libxml2 regression that has since been fixed. --- pkgs/development/python-modules/pywemo/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/pywemo/default.nix b/pkgs/development/python-modules/pywemo/default.nix index 7448f1f7f2c..ceb190fe753 100644 --- a/pkgs/development/python-modules/pywemo/default.nix +++ b/pkgs/development/python-modules/pywemo/default.nix @@ -47,11 +47,6 @@ buildPythonPackage rec { pytestCheckHook ]; - disabledTests = [ - # https://github.com/NixOS/nixpkgs/issues/124165 - "test_bridge_getdevicestatus" - ]; - pythonImportsCheck = [ "pywemo" ]; meta = with lib; {