From 370c8389fcf53143d0ac9255bfd2c0ed2020edb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 16 Dec 2024 12:42:51 -0800 Subject: [PATCH] python312Packages.httpie: disable failing test --- pkgs/development/python-modules/httpie/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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