From: Robert Bradshaw Date: Thu, 9 Dec 2010 13:13:45 +0000 (-0800) Subject: Disable gdb tests for now. X-Git-Tag: 0.14.beta2~4 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89c87c2b2c777f56f5f5f939f0646408f232037d;p=cython.git Disable gdb tests for now. --- diff --git a/Cython/Compiler/Tests/TestParseTreeTransforms.py b/Cython/Compiler/Tests/TestParseTreeTransforms.py index 30e4389d..adf8105f 100644 --- a/Cython/Compiler/Tests/TestParseTreeTransforms.py +++ b/Cython/Compiler/Tests/TestParseTreeTransforms.py @@ -144,7 +144,8 @@ class TestWithTransform(object): # (TransformTest): # Disabled! """, t) -if sys.version_info[:2] >= (2, 5): +# TODO: Re-enable once they're more robust. +if sys.version_info[:2] >= (2, 5) and False: from Cython.Debugger import DebugWriter from Cython.Debugger.Tests.TestLibCython import DebuggerTestCase else: