python313Packages.celery: disable more tests on aarch64-darwin (#499207)

This commit is contained in:
Pol Dellaiera
2026-03-13 13:27:52 +00:00
committed by GitHub
@@ -202,6 +202,9 @@ buildPythonPackage rec {
"test_cleanup"
"test_with_autoscaler_file_descriptor_safety"
"test_with_file_descriptor_safety"
# OverflowError: Python int too large to convert to C int
"test_fd_by_path"
"test_open"
];
pythonImportsCheck = [ "celery" ];