Commit 3cb5e54e authored by Robert Bradshaw's avatar Robert Bradshaw

More test fiddling.

parent fe356e1f
...@@ -144,7 +144,8 @@ class TestWithTransform(object): # (TransformTest): # Disabled! ...@@ -144,7 +144,8 @@ class TestWithTransform(object): # (TransformTest): # Disabled!
""", t) """, 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 import DebugWriter
from Cython.Debugger.Tests.TestLibCython import DebuggerTestCase from Cython.Debugger.Tests.TestLibCython import DebuggerTestCase
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment