From 877ed39234382fee34c41ef32d3369acbffc576d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 26 Jan 2026 21:08:19 +0000 Subject: [PATCH] python3Packages.fastmcp: skip failing test --- pkgs/development/python-modules/fastmcp/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/fastmcp/default.nix b/pkgs/development/python-modules/fastmcp/default.nix index f3a292c64042..017b9894c07c 100644 --- a/pkgs/development/python-modules/fastmcp/default.nix +++ b/pkgs/development/python-modules/fastmcp/default.nix @@ -155,6 +155,9 @@ buildPythonPackage (finalAttrs: { # AssertionError: assert {'annotations...object'}, ...} == {'annotations...sers']}}, ...} "test_list_tools" + # AssertionError: assert len(caplog.records) == 1 + "test_log" + # fastmcp.exceptions.ToolError: Unknown tool "test_multi_client_with_logging" "test_multi_client_with_elicitation"