forked from mirrors/nixpkgs
python3Packages.celery: skip hydra-failing tests on darwin
these tests cause darwin hydra to hit open file limits
This commit is contained in:
parent
b2dc65f399
commit
71c7efa387
|
@ -69,6 +69,11 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
"msgpack"
|
||||
"test_check_privileges_no_fchown"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# too many open files on hydra
|
||||
"test_cleanup"
|
||||
"test_with_autoscaler_file_descriptor_safety"
|
||||
"test_with_file_descriptor_safety"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue