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