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.
launchpad/nixpkgs/master
Martin Weinelt 3 years ago
parent 563c5037c9
commit a0160c0ae8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 5
      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; {

Loading…
Cancel
Save