mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 06:09:02 +00:00
celery: ignore click 8.4 error message string changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user