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.

(cherry picked from commit a0160c0ae804fa12a98f7020e786fc2565b81974)
This commit is contained in:
Martin Weinelt 2021-05-25 15:53:41 +02:00
parent bc71efad3e
commit 60c98baf17

View File

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