From: Stefan Behnel Date: Wed, 17 Feb 2010 14:07:31 +0000 (+0100) Subject: disable extern_builtins_T258 test in Py2.3 (not a meaningful test there) X-Git-Tag: 0.13.beta0~340^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ea2ad18fc54e70ceee0aca4553a597d5651c5443;p=cython.git disable extern_builtins_T258 test in Py2.3 (not a meaningful test there) --- diff --git a/runtests.py b/runtests.py index 1b2ef2e3..29ae7513 100644 --- a/runtests.py +++ b/runtests.py @@ -48,8 +48,8 @@ EXT_DEP_INCLUDES = [ ] VER_DEP_MODULES = { -# such as: -# (2,4) : (operator.le, lambda x: x in ['run.set']), + (2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258' + ]), (3,): (operator.ge, lambda x: x in ['run.non_future_division', 'compile.extsetslice', 'compile.extdelslice']),