[issue26867] test_ssl test_options fails on ubuntu 16.04

Xiang Zhang report at bugs.python.org
Thu Jan 5 02:43:16 EST 2017


Xiang Zhang added the comment:

This test still fails with lastest Py2.7 on Ubuntu 16.10. Could we backport the patch to silence the failure?

./python -m test.regrtest test_ssl
[1/1] test_ssl
test test_ssl failed -- Traceback (most recent call last):
  File "/home/angwer/py2.7/Lib/test/test_ssl.py", line 780, in test_options
    self.assertEqual(0, ctx.options)
AssertionError: 0 != 33554432L

1 test failed:
    test_ssl

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26867>
_______________________________________


More information about the Python-bugs-list mailing list