Merge pull request #119423 from mweinelt/python/pywemo

python3Packages.pywemo: disable flaky test
This commit is contained in:
Martin Weinelt
2021-04-14 16:49:25 +02:00
committed by GitHub

View File

@@ -38,6 +38,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# https://github.com/pywemo/pywemo/issues/264
"test_rules_db_from_device"
];
pythonImportsCheck = [ "pywemo" ];
meta = with lib; {