From cead7d2781eb5142f1793a130f7ff7eee1decea7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 14 Apr 2021 15:32:24 +0200 Subject: [PATCH] python3Packages.pywemo: disable flaky test https://github.com/pywemo/pywemo/issues/264 --- pkgs/development/python-modules/pywemo/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/pywemo/default.nix b/pkgs/development/python-modules/pywemo/default.nix index c7f36fec35a3..807d08cbc1e4 100644 --- a/pkgs/development/python-modules/pywemo/default.nix +++ b/pkgs/development/python-modules/pywemo/default.nix @@ -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; {