'twisted.internet.test.test_process.PTYProcessTestsBuilder': [
'test_systemCallUninterruptedByChildExit',
],
- 'twisted.internet.test.test_tcp.TCPClientTestsBuilder': [],
- 'twisted.internet.test.test_tcp.TCPPortTestsBuilder': [],
+ 'twisted.internet.test.test_tcp.TCPClientTestsBuilder': [
+ 'test_badContext', # ssl-related; see also SSLClientTestsMixin
+ ],
+ 'twisted.internet.test.test_tcp.TCPPortTestsBuilder': [
+ # These use link-local addresses and cause firewall prompts on mac
+ 'test_buildProtocolIPv6AddressScopeID',
+ 'test_portGetHostOnIPv6ScopeID',
+ 'test_serverGetHostOnIPv6ScopeID',
+ 'test_serverGetPeerOnIPv6ScopeID',
+ ],
'twisted.internet.test.test_tcp.TCPConnectionTestsBuilder': [],
'twisted.internet.test.test_tcp.WriteSequenceTests': [],
'twisted.internet.test.test_tcp.AbortConnectionTestCase': [],
MySQL-python
pycurl
simplejson
- twisted>=11.1.0
+ twisted>=12.0.0
# py26-full deliberately runs an older version of twisted to ensure
# we're still compatible with the oldest version we support.
deps =
MySQL-python
pycurl
- twisted>=11.1.0
+ twisted>=12.0.0
[testenv:py27-curl]
# Same as py27-full, but runs the tests with curl_httpclient by default.
deps =
MySQL-python
pycurl
- twisted>=11.0.0
+ twisted>=11.1.0
commands = python -m tornado.test.runtests --httpclient=tornado.curl_httpclient.CurlAsyncHTTPClient {posargs:}
# No pypy-full yet: pycurl doesn't build with pypy, and installing