commit | fed8e43f822c6c2030b7c20291202641fd0a78de | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Sep 05 14:12:22 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Sep 05 14:12:22 2015 -0400 |
tree | 54d86043a58c07d02413b31fd6e94d2a40539283 | |
parent | b22cd33a090a99fafc52513ea09c9915aa4ada55 [diff] [blame] |
comment
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py index e07abb6..2749a64 100644 --- a/OpenSSL/test/test_ssl.py +++ b/OpenSSL/test/test_ssl.py
@@ -2213,6 +2213,8 @@ client = socket() context = Context(TLSv1_METHOD) clientSSL = Connection(context, client) + # pytest.raises here doesn't work because of a bug in py.test: + # https://github.com/pytest-dev/pytest/issues/988 try: clientSSL.connect(("127.0.0.1", 1)) except error as e: