Skip to content

Commit f44598b

Browse files
committed
Revert "python39Packages.pycurl: disable failing tests"
This partially reverts commit 7f8c513 from PR #168154, and it's also the same as commit 32f4270. The tests worked after curl fix (commit 0fad2b3 from PR #167993).
1 parent 61e78f9 commit f44598b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pkgs/development/python-modules/pycurl/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ buildPythonPackage rec {
7171
"test_libcurl_ssl_gnutls"
7272
# AssertionError: assert 'crypto' in ['curl']
7373
"test_ssl_in_static_libs"
74-
# pycurl.error: (27, '')
75-
"test_getinfo_raw_certinfo"
76-
"test_request_with_certinfo"
77-
"test_request_with_verifypeer"
78-
"test_request_without_certinfo"
7974
];
8075

8176
meta = with lib; {

0 commit comments

Comments
 (0)