python3Packages.files-to-prompt: Fix build

Disable a test that fails with latest Click version.
This commit is contained in:
Dionysis Grigoropoulos
2025-11-06 13:38:52 +02:00
parent de2bd21835
commit b337d6e74d
@@ -29,6 +29,8 @@ buildPythonPackage rec {
versionCheckHook
];
disabledTests = [ "test_binary_file_warning" ];
versionCheckProgramArg = "--version";
meta = {