Revert "python3Packages.pywemo: disable failing test"

This reverts commit a0160c0ae8.

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 00:48:33 +02:00
parent a673990e6c
commit 56c1c26e75

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; {