From 7c347c3332047e0b045bd2ab2e77254dc228b994 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 31 Oct 2024 00:51:02 +0100 Subject: [PATCH] python312Packages.pycurl: disable crashing test --- pkgs/development/python-modules/pycurl/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pycurl/default.nix b/pkgs/development/python-modules/pycurl/default.nix index c36540a96f25d..2d18e7110a7bd 100644 --- a/pkgs/development/python-modules/pycurl/default.nix +++ b/pkgs/development/python-modules/pycurl/default.nix @@ -96,6 +96,8 @@ buildPythonPackage rec { "test_proxy_tlsauth" # AssertionError: 'Москва' != '\n... "test_encoded_unicode_header" + # https://github.com/pycurl/pycurl/issues/856 + "test_multi_info_read" ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) [ # Fatal Python error: Segmentation fault