From f087ec599e191376d8ffdf5c77d7e0ece0726f13 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 7 Jul 2015 16:19:27 +0200 Subject: [PATCH] This is not needed anymore --- tests/utils/test_main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/utils/test_main.py b/tests/utils/test_main.py index 9889323..7253148 100644 --- a/tests/utils/test_main.py +++ b/tests/utils/test_main.py @@ -209,9 +209,6 @@ def test_get_class_init_args_on_storage(): assert not required -@pytest.mark.skipif((not utils.compat.PY2 - or platform.python_implementation() == 'PyPy'), - reason='https://github.com/shazow/urllib3/issues/529') def test_request_ssl(httpsserver): sha1 = '94:FD:7A:CB:50:75:A4:69:82:0A:F8:23:DF:07:FC:69:3E:CD:90:CA' md5 = '19:90:F7:23:94:F2:EF:AB:2B:64:2D:57:3D:25:95:2D'