From 9ba100b5e93593fcd19da96beeaa71fadb8af607 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 13 Jul 2026 16:41:02 +0200 Subject: [PATCH] celery: ignore click 8.4 error message string changes --- pkgs/development/python-modules/celery/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/celery/default.nix b/pkgs/development/python-modules/celery/default.nix index ad10bfb612cd..0f6863e1fd00 100644 --- a/pkgs/development/python-modules/celery/default.nix +++ b/pkgs/development/python-modules/celery/default.nix @@ -197,6 +197,9 @@ buildPythonPackage (finalAttrs: { # Flaky: Unclosed temporary file handle under heavy load (as in nixpkgs-review) "test_check_privileges_without_c_force_root_and_no_group_entry" + + # click 8.4 error message flag quoting changes + "test_preload_options" ] ++ lib.optionals (lib.versionAtLeast django.version "6.0") [ "test_is_pickled"