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.
This commit is contained in:
Martin Weinelt 2021-05-25 15:53:41 +02:00
parent 563c5037c9
commit a0160c0ae8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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