From 7014a5a3ea0feffab9701fdd6b64cc7667a985af Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Jun 2019 17:36:28 +0100 Subject: gentoo resync : 30.06.2019 --- net-misc/httpie/files/httpie-1.0.2-fix-test_ssl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-misc/httpie/files/httpie-1.0.2-fix-test_ssl.patch (limited to 'net-misc/httpie/files') diff --git a/net-misc/httpie/files/httpie-1.0.2-fix-test_ssl.patch b/net-misc/httpie/files/httpie-1.0.2-fix-test_ssl.patch new file mode 100644 index 000000000000..212f91f41e82 --- /dev/null +++ b/net-misc/httpie/files/httpie-1.0.2-fix-test_ssl.patch @@ -0,0 +1,11 @@ +--- a/tests/test_ssl.py 2018-11-14 16:36:19.000000000 +0100 ++++ b/tests/test_ssl.py 2019-06-29 16:28:09.466528486 +0200 +@@ -45,7 +45,7 @@ + except ssl_errors as e: + if ssl_version == 'ssl3': + # pytest-httpbin doesn't support ssl3 +- assert 'SSLV3_ALERT_HANDSHAKE_FAILURE' in str(e) ++ assert 'SSLV3_ALERT_HANDSHAKE_FAILURE' in str(e) or 'handshake failure' in str(e) + else: + raise + -- cgit v1.2.3