]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update twisted test blacklist for Twisted 12.0.0
authorBen Darnell <ben@bendarnell.com>
Mon, 20 Feb 2012 09:12:27 +0000 (01:12 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 20 Feb 2012 09:12:27 +0000 (01:12 -0800)
tornado/test/twisted_test.py
tox.ini

index cff2b998e8146f45b7cc7ae90e01298da43362ca..64709e9c290942cdbfe5a290c6c55f534fcbd988 100644 (file)
@@ -441,8 +441,16 @@ else:
         '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': [],
diff --git a/tox.ini b/tox.ini
index 88c8c37575d043a35fdd262c225c80b963b4accb..a13a975e96d58a074f09aa0576e4eb2cb1b960b2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -36,7 +36,7 @@ deps =
      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.
@@ -52,7 +52,7 @@ basepython = python2.7
 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.
@@ -62,7 +62,7 @@ basepython = python2.7
 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