Unverified Commit 6f236fcf authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #119423 from mweinelt/python/pywemo

python3Packages.pywemo: disable flaky test
parents 55ac7d45 cead7d27
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; {