python3Packages.pycurl: re-enable tests that no longer fail

main
Will Dietz 2 years ago committed by Martin Weinelt
parent b5facab1ef
commit 9639fdbb92
  1. 10
      pkgs/development/python-modules/pycurl/default.nix

@ -50,16 +50,6 @@ buildPythonPackage rec {
'';
disabledTests = [
# libcurl stopped passing the reason phrase from the HTTP status line
# https://github.com/pycurl/pycurl/issues/679
"test_failonerror"
"test_failonerror_status_line_invalid_utf8_python3"
# bottle>=0.12.17 escapes utf8 properly, so these test don't work anymore
# https://github.com/pycurl/pycurl/issues/669
"test_getinfo_content_type_invalid_utf8_python3"
"test_getinfo_cookie_invalid_utf8_python3"
"test_getinfo_raw_content_type_invalid_utf8"
"test_getinfo_raw_cookie_invalid_utf8"
# tests that require network access
"test_keyfunction"
"test_keyfunction_bogus_return"

Loading…
Cancel
Save