From ed398d7ac3413f1b91ad927a703818a686dcce73 Mon Sep 17 00:00:00 2001
From: Stefan Behnel <scoder@users.berlios.de>
Date: Fri, 2 May 2008 09:04:32 +0200
Subject: [PATCH] do not test exception message as it differs between Python
 versions

---
 tests/run/tuplereassign.pyx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/run/tuplereassign.pyx b/tests/run/tuplereassign.pyx
index a2a9b0d72..bbd564684 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):
-- 
2.30.9