From 32f42705ff7070bb32dcc3c4fecddd444a795344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 10 Apr 2022 17:12:03 +0200 Subject: [PATCH] Revert "python39Packages.pycurl: disable failing tests" This partially reverts commit c270defab79e46b4c from PR #166335. The tests worked after curl fix (commit 0fad2b34c4e from PR #167993). --- pkgs/development/python-modules/pycurl/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/pycurl/default.nix b/pkgs/development/python-modules/pycurl/default.nix index 3b23d8b95b2b..9d3319001d34 100644 --- a/pkgs/development/python-modules/pycurl/default.nix +++ b/pkgs/development/python-modules/pycurl/default.nix @@ -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; {