Merge pull request #124385 from mweinelt/python/pywemo

python3Packages.pywemo: disable failing test
This commit is contained in:
Fabian Affolter 2021-05-25 16:51:42 +02:00 committed by GitHub
commit 5997f0dcd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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