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" ];