Revert "python3Packages.pywemo: disable failing test"

This reverts commit 60c98baf17.

The original issue was a result of a libxml2 regression that has since
been fixed.
This commit is contained in:
Martin Weinelt 2021-05-26 04:56:46 +02:00
parent af053d10fb
commit 813b3b2a0c
1 changed files with 0 additions and 5 deletions

View File

@ -47,11 +47,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# https://github.com/NixOS/nixpkgs/issues/124165
"test_bridge_getdevicestatus"
];
pythonImportsCheck = [ "pywemo" ];
meta = with lib; {