python3Packages.celery: disable failing tests
These fail with Django 6.0 but work with 5.2.
This commit is contained in:
@@ -197,6 +197,10 @@ 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"
|
||||
]
|
||||
++ lib.optionals (lib.versionAtLeast django.version "6.0") [
|
||||
"test_is_pickled"
|
||||
"test_cleanup"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Too many open files on hydra
|
||||
"test_cleanup"
|
||||
|
||||
Reference in New Issue
Block a user