From 5c962c3be538cba9b501ba3cff9bbebf9dfbe858 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 9 May 2010 19:55:14 +0200 Subject: [PATCH] disable any/all tests in Py<2.5 --- runtests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtests.py b/runtests.py index 891f0b69..8502ff69 100644 --- a/runtests.py +++ b/runtests.py @@ -51,6 +51,9 @@ EXT_DEP_INCLUDES = [ VER_DEP_MODULES = { # tests are excluded if 'CurrentPythonVersion OP VersionTuple', i.e. # (2,4) : (operator.le, ...) excludes ... when PyVer <= 2.4.x + (2,5) : (operator.lt, lambda x: x in ['run.any', + 'run.all', + ]), (2,4) : (operator.le, lambda x: x in ['run.extern_builtins_T258' ]), (2,6) : (operator.lt, lambda x: x in ['run.print_function' -- 2.26.2