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
commit 6f236fcf38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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