From fc5a52365a05f0b36f70981c49b25dbcc9da9cc8 Mon Sep 17 00:00:00 2001 From: Adriano Di Luzio Date: Tue, 28 Oct 2025 10:02:00 +0100 Subject: [PATCH] python3Packages.json-schema-for-humans: skip tests broken by click 8.2.1 update --- .../python-modules/json-schema-for-humans/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/json-schema-for-humans/default.nix b/pkgs/development/python-modules/json-schema-for-humans/default.nix index 4f9f2087118d..559443bba339 100644 --- a/pkgs/development/python-modules/json-schema-for-humans/default.nix +++ b/pkgs/development/python-modules/json-schema-for-humans/default.nix @@ -62,6 +62,10 @@ buildPythonPackage rec { "test_references_url" # Tests are failing "TestMdGenerate" + # Broken since click was updated to 8.2.1 in https://github.com/NixOS/nixpkgs/pull/448189 + # Click 8.2 separates stdout and stderr, but upstream is on click 8.1 (https://github.com/pallets/click/pull/2523) + "test_nonexistent_output_path" + "test_config_parameters_with_nonexistent_output_path" ]; pythonImportsCheck = [ "json_schema_for_humans" ];