Commit dbb5718b authored by Denis Bilenko's avatar Denis Bilenko

test_socket_ssl.py not available on 2.6

parent 731e3762
......@@ -9,7 +9,8 @@ missing_modules = {
'test_telnetlib': ['2.4', '2.5'],
'test_httpservers': ['2.4', '2.5'],
'test_ftplib': ['2.4', '2.5'],
'test_wsgiref': ['2.4']
'test_wsgiref': ['2.4'],
'test_socket_ssl': ['2.6', '2.7']
}
......
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