Skip to content

Commit

Permalink
Patch pyopenssl+pypy3+macos expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 31, 2018
1 parent 78fa844 commit 5395239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheroot/test/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ def test_tls_client_auth(
'sslv3 alert bad certificate' if IS_LIBRESSL_BACKEND
else 'tlsv1 alert unknown ca'
)
if IS_PYPY and six.PY3 and IS_MACOS and adapter_type == 'pyopenssl':
expected_substring = 'tlsv1 alert unknown ca'
assert expected_substring in err_text


Expand Down

0 comments on commit 5395239

Please sign in to comment.