New submission from Ned Deily: With the latest maintenance release of OS X 10.10 (10.10.2), the OpenSSL libs have reached a patch level that fails the sanity test in test_ssl:
test_ssl: testing with 'OpenSSL 0.9.8zc 15 Oct 2014' (0, 9, 8, 28, 15) under Mac ('10.10.2', ('', '', ''), 'x86_64') HAS_SNI = True OP_ALL = 0x 7ff [...] ====================================================================== FAIL: test_openssl_version (test.test_ssl.BasicSocketTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/py/dev/3x/source/Lib/test/test_ssl.py", line 309, in test_openssl_version self.assertLessEqual(patch, 26) AssertionError: 28 not less than or equal to 26 Is there anything special about 26 or can the value just be bumped? ---------- messages: 234935 nosy: ned.deily, pitrou priority: critical severity: normal stage: needs patch status: open title: test_ssl fails on OS X 10.10.2 with latest patch level of OpenSSL libs versions: Python 2.7, Python 3.4, Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23345> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com