From b337d6e74d1414bf208cdec6520305aa5d8b6ea9 Mon Sep 17 00:00:00 2001 From: Dionysis Grigoropoulos Date: Thu, 6 Nov 2025 13:35:32 +0200 Subject: [PATCH] python3Packages.files-to-prompt: Fix build Disable a test that fails with latest Click version. --- pkgs/development/python-modules/files-to-prompt/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/files-to-prompt/default.nix b/pkgs/development/python-modules/files-to-prompt/default.nix index f4392672429a..29d6fc79c16d 100644 --- a/pkgs/development/python-modules/files-to-prompt/default.nix +++ b/pkgs/development/python-modules/files-to-prompt/default.nix @@ -29,6 +29,8 @@ buildPythonPackage rec { versionCheckHook ]; + disabledTests = [ "test_binary_file_warning" ]; + versionCheckProgramArg = "--version"; meta = {