From daf89881f110e776fcbb86612b2a30e4dfe67967 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 May 2025 05:01:06 +0200 Subject: [PATCH] httpie: update disabled tests --- pkgs/development/python-modules/httpie/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/httpie/default.nix b/pkgs/development/python-modules/httpie/default.nix index c91cf8d08ce9..d06260549d98 100644 --- a/pkgs/development/python-modules/httpie/default.nix +++ b/pkgs/development/python-modules/httpie/default.nix @@ -99,10 +99,13 @@ buildPythonPackage rec { # Test is flaky "test_stdin_read_warning" # httpbin compatibility issues - "test_compress_form" "test_binary_suppresses_when_terminal" "test_binary_suppresses_when_not_terminal_but_pretty" "test_binary_included_and_correct_when_suitable" + # charset-normalizer compat issue + # https://github.com/httpie/cli/issues/1628 + "test_terminal_output_response_charset_detection" + "test_terminal_output_request_charset_detection" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Test is flaky