Skip to content

Commit

Permalink
python312Packages.pycurl: disable crashing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 31, 2024
1 parent 489c926 commit 7c347c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pycurl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c347c3

Please sign in to comment.