From: Ben Darnell Date: Sat, 24 Mar 2012 19:53:58 +0000 (-0700) Subject: Disable twisted process tests, which don't work for me on OSX 10.6 X-Git-Tag: v2.3.0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ca9a3af7b572059906c845f2cd30fa241d99f6;p=thirdparty%2Ftornado.git Disable twisted process tests, which don't work for me on OSX 10.6 --- diff --git a/tornado/test/twisted_test.py b/tornado/test/twisted_test.py index bd90eca5b..544c24fa3 100644 --- a/tornado/test/twisted_test.py +++ b/tornado/test/twisted_test.py @@ -453,9 +453,10 @@ else: # Doesn't clean up its temp files 'test_shebang', ], - 'twisted.internet.test.test_process.PTYProcessTestsBuilder': [ - 'test_systemCallUninterruptedByChildExit', - ], + # Process tests appear to work on OSX 10.7, but not 10.6 + #'twisted.internet.test.test_process.PTYProcessTestsBuilder': [ + # 'test_systemCallUninterruptedByChildExit', + # ], 'twisted.internet.test.test_tcp.TCPClientTestsBuilder': [ 'test_badContext', # ssl-related; see also SSLClientTestsMixin ],