From 0bdfea059353c99a913f478d43faff10e6088afb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Feb 2025 20:23:40 +0100 Subject: [PATCH] python313Packages.branca: disable failing tests --- pkgs/development/python-modules/branca/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/branca/default.nix b/pkgs/development/python-modules/branca/default.nix index 56cc4b068a88..af8da029044f 100644 --- a/pkgs/development/python-modules/branca/default.nix +++ b/pkgs/development/python-modules/branca/default.nix @@ -42,6 +42,7 @@ buildPythonPackage rec { disabledTestPaths = [ # Some tests require a browser "tests/test_utilities.py" + "tests/test_iframe.py" ]; disabledTests = [