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.
wip/little-gl
Martin Weinelt 3 years ago
parent af053d10fb
commit 813b3b2a0c
  1. 5
      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; {

Loading…
Cancel
Save