From: Stefan Behnel Date: Fri, 2 May 2008 07:04:32 +0000 (+0200) Subject: do not test exception message as it differs between Python versions X-Git-Tag: 0.9.8rc1~63 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ed398d7ac3413f1b91ad927a703818a686dcce73;p=cython.git do not test exception message as it differs between Python versions --- diff --git a/tests/run/tuplereassign.pyx b/tests/run/tuplereassign.pyx index a2a9b0d7..bbd56468 100644 --- a/tests/run/tuplereassign.pyx +++ b/tests/run/tuplereassign.pyx @@ -5,9 +5,9 @@ __doc__ = """ 3 >>> test( (1,2,3) ) 3 - >>> testnonsense() + >>> testnonsense() # doctest: +ELLIPSIS Traceback (most recent call last): - TypeError: 'int' object is not iterable + TypeError: ... """ def test1(t):