From 41f94445074c9059d46b9485999f9ced3faf2b14 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 25 Aug 2026 08:52:51 +0300 Subject: [PATCH] python3Packages.httpx2: nixfmt --- pkgs/development/python-modules/httpx2/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/httpx2/default.nix b/pkgs/development/python-modules/httpx2/default.nix index a87bc2aacef3..962f8760414e 100644 --- a/pkgs/development/python-modules/httpx2/default.nix +++ b/pkgs/development/python-modules/httpx2/default.nix @@ -115,7 +115,8 @@ buildPythonPackage (finalAttrs: { "test_client_decode_text_using_autodetect" "test_client_decode_text_using_explicit_encoding" "test_response_decode_text_using_autodetect" - ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ # TODO? "test_keepalive_ping" ];