python39Packages.pycurl: disable failing tests, add SuperSandro2000 as maintainer

(cherry picked from commit c270defab7)
main
Sandro Jäckel 2 years ago committed by Raphael Borun Das Gupta
parent de6215485d
commit 7f8c513362
  1. 7
      pkgs/development/python-modules/pycurl/default.nix

@ -71,12 +71,17 @@ buildPythonPackage rec {
"test_libcurl_ssl_gnutls"
# AssertionError: assert 'crypto' in ['curl']
"test_ssl_in_static_libs"
# pycurl.error: (27, '')
"test_getinfo_raw_certinfo"
"test_request_with_certinfo"
"test_request_with_verifypeer"
"test_request_without_certinfo"
];
meta = with lib; {
homepage = "http://pycurl.io/";
description = "Python Interface To The cURL library";
license = with licenses; [ lgpl2Only mit ];
maintainers = with maintainers; [];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}

Loading…
Cancel
Save