From 5768511f65e47c88f2986509896fcd21016579a9 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 11 Mar 2026 21:17:51 +0100 Subject: [PATCH] python313Packages.celery: disable more tests on Darwin --- pkgs/development/python-modules/celery/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/celery/default.nix b/pkgs/development/python-modules/celery/default.nix index bdf054a9934f..d44dadbff007 100644 --- a/pkgs/development/python-modules/celery/default.nix +++ b/pkgs/development/python-modules/celery/default.nix @@ -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" ];