Commit de32caa8 authored by Jason Madden's avatar Jason Madden

lint; those tests were fixed with the previous commit but travis is having...

lint; those tests were fixed with the previous commit but travis is having issues getting builds off the ground
parent 853b8b2c
......@@ -83,6 +83,7 @@ class Test_wsgiserver(util.TestServer):
def test_a_blocking_client(self):
self._do_test_a_blocking_client()
class Test_wsgiserver_ssl(Test_wsgiserver):
server = 'wsgiserver_ssl.py'
URL = 'https://127.0.0.1:8443'
......
......@@ -85,11 +85,6 @@ if PYPY:
'test_socket.py',
]
if PYGTE279 or PY3:
FAILING_TESTS += [
# SSL is blocking; see https://github.com/gevent/gevent/issues/597
'test___example_servers.py'
]
if PY3:
# No idea / TODO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment