File urllib3-test-ssl-drop-sslv3.patch of Package python-urllib3

--- a/test/with_dummyserver/test_https.py
+++ b/test/with_dummyserver/test_https.py
@@ -557,7 +557,7 @@ class TestHTTPS(HTTPSDummyServerTestCase
 
 class TestHTTPS_TLSv1(HTTPSDummyServerTestCase):
     certs = DEFAULT_CERTS.copy()
-    certs['ssl_version'] = ssl.PROTOCOL_TLSv1
+    certs['ssl_version'] = ssl.PROTOCOL_TLSv1_2
 
     def setUp(self):
         self._pool = HTTPSConnectionPool(self.host, self.port)
openSUSE Build Service is sponsored by