From 7de38ae0b0d21c5e88c01ce46705b06561b2d00e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 23 Nov 2010 11:45:46 +0100 Subject: [PATCH] properly disable test in Py2.3 --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 42cfb671..ff73018b 100644 --- a/runtests.py +++ b/runtests.py @@ -62,7 +62,7 @@ VER_DEP_MODULES = { ]), (2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258' ]), - (2,3) : (operator.le, lambda x: x in ['run.builtin_sorted' + (2,4) : (operator.lt, lambda x: x in ['run.builtin_sorted' ]), (2,6) : (operator.lt, lambda x: x in ['run.print_function', 'run.cython3', -- 2.26.2