From 893efcd0ec65e17fcf39315a176ef2fbafd92e99 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 21 Aug 2009 13:30:41 +0200 Subject: [PATCH] fix test exclusion --- runtests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtests.py b/runtests.py index 88f288db..74a84b6a 100644 --- a/runtests.py +++ b/runtests.py @@ -38,8 +38,8 @@ VER_DEP_MODULES = { # such as: # (2,4) : (operator.le, lambda x: x in ['run.set']), (3,): (operator.ge, lambda x: x in ['run.non_future_division', - 'run.extsetslice', - 'run.extdelslice']), + 'compile.extsetslice', + 'compile.extdelslice']), } INCLUDE_DIRS = [ d for d in os.getenv('INCLUDE', '').split(os.pathsep) if d ] -- 2.26.2