python3Packages.celery: skip hydra-failing tests on darwin

these tests cause darwin hydra to hit open file limits
This commit is contained in:
Robert Scott 2022-05-31 00:09:50 +01:00
parent b2dc65f399
commit 71c7efa387

View File

@ -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 = [