Revert "python39Packages.pycurl: disable failing tests"

This partially reverts commit c270defab7 from PR #166335.
The tests worked after curl fix (commit 0fad2b34c4 from PR #167993).
This commit is contained in:
Vladimír Čunát 2022-04-10 17:12:03 +02:00
parent 5e845236f2
commit 32f42705ff
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -71,11 +71,6 @@ 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; {