summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests/TestParseTreeTransforms.py
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2010-12-09 05:29:34 -0800
committerRobert Bradshaw <robertwb@math.washington.edu>2010-12-09 05:29:34 -0800
commitfe356e1f5e77d0318a0ab8bfe95a409effd011a7 (patch)
treee233a0543806bfa9f5df2bb1daf0fec07f41b6b0 /Cython/Compiler/Tests/TestParseTreeTransforms.py
parent53a4ad7f90676c70cf7b734133489393aa316191 (diff)
downloadcython-fe356e1f5e77d0318a0ab8bfe95a409effd011a7.tar.gz
More gdb test disabling.
Diffstat (limited to 'Cython/Compiler/Tests/TestParseTreeTransforms.py')
-rw-r--r--Cython/Compiler/Tests/TestParseTreeTransforms.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cython/Compiler/Tests/TestParseTreeTransforms.py b/Cython/Compiler/Tests/TestParseTreeTransforms.py
index adf8105fc..30e4389dc 100644
--- a/Cython/Compiler/Tests/TestParseTreeTransforms.py
+++ b/Cython/Compiler/Tests/TestParseTreeTransforms.py
@@ -144,8 +144,7 @@ class TestWithTransform(object): # (TransformTest): # Disabled!
""", t)
-# TODO: Re-enable once they're more robust.
-if sys.version_info[:2] >= (2, 5) and False:
+if sys.version_info[:2] >= (2, 5):
from Cython.Debugger import DebugWriter
from Cython.Debugger.Tests.TestLibCython import DebuggerTestCase
else: