From a09d93608cbc2dec7faf2a7d3df2ae6d51f8df39 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 23 Jun 2024 12:40:57 +0200 Subject: [PATCH] python312Packages.pyecoforest: disable failing tests These happen sincee the respx 0.21.0 upgrade. --- pkgs/development/python-modules/pyecoforest/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/python-modules/pyecoforest/default.nix b/pkgs/development/python-modules/pyecoforest/default.nix index de968de3cef6..b0c69a520ade 100644 --- a/pkgs/development/python-modules/pyecoforest/default.nix +++ b/pkgs/development/python-modules/pyecoforest/default.nix @@ -39,6 +39,15 @@ buildPythonPackage rec { respx ]; + disabledTests = [ + # respx.models.AllMockedAssertionError + "test_get" + "test_get_errors" + "test_set_temperature" + "test_set_power" + "test_turn" + ]; + pythonImportsCheck = [ "pyecoforest" ]; meta = with lib; {