Skip to content

test_WantReadError fails on OSX 10.8 #8

@jerith

Description

@jerith

Using system Python (2.7.2) and OpenSSL (0.9.8y) I consistently see the following test failure:

======================================================================
FAIL: test_wantWriteError (OpenSSL.test.test_ssl.ConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jerith/code/pyopenssl/OpenSSL/test/test_ssl.py", line 1780, in test_wantWriteError
    self.assertRaises(WantWriteError, conn.do_handshake)
  File "/Users/jerith/code/pyopenssl/OpenSSL/test/util.py", line 262, in failUnlessRaises
    exception.__name__,
AssertionError: <class 'OpenSSL.SSL.WantReadError'> raised instead of WantWriteError

----------------------------------------------------------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions