diff --git a/pkgs/development/python-modules/httpie/default.nix b/pkgs/development/python-modules/httpie/default.nix index c5d776302319f..3f6acefbe5b79 100644 --- a/pkgs/development/python-modules/httpie/default.nix +++ b/pkgs/development/python-modules/httpie/default.nix @@ -94,6 +94,8 @@ buildPythonPackage rec { disabledTests = [ + # argparse output changed + "test_naked_invocation" # Test is flaky "test_stdin_read_warning" # httpbin compatibility issues