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:
parent
563c5037c9
commit
a0160c0ae8
@ -47,6 +47,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/NixOS/nixpkgs/issues/124165
|
||||
"test_bridge_getdevicestatus"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pywemo" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user