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" ];