From: Robert Bradshaw Date: Thu, 9 Dec 2010 11:13:37 +0000 (-0800) Subject: Disable pure test for Py < 2.6. X-Git-Tag: 0.14.beta0~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b5f87b1741c9e1a95a06875e33932e4ce47c2cda;p=cython.git Disable pure test for Py < 2.6. (Uses decorators and with statement.) --- diff --git a/runtests.py b/runtests.py index 579230c5..e96e0169 100644 --- a/runtests.py +++ b/runtests.py @@ -65,6 +65,7 @@ VER_DEP_MODULES = { ]), (2,6) : (operator.lt, lambda x: x in ['run.print_function', 'run.cython3', + 'run.pure_py', # decorators, with statement ]), # The next line should start (3,); but this is a dictionary, so # we can only have one (3,) key. Since 2.7 is supposed to be the