Unverified Commit cead7d27 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pywemo: disable flaky test

parent 92ec5c85
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; {