python3Packages.pywemo: disable flaky test

https://github.com/pywemo/pywemo/issues/264
This commit is contained in:
Martin Weinelt 2021-04-14 15:32:24 +02:00
parent 92ec5c8583
commit cead7d2781
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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