summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi.py
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-10-17 15:44:22 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-10-17 15:44:22 (GMT)
commit6508dc5f0669da315ffffd4d79bf073c507a45aa (patch)
tree3758dcf0af287579fc18a12df0849a81662283d3 /Lib/test/test_capi.py
parentcc5c728513a5bb8850591fba870a380573f4e078 (diff)
downloadcpython-6508dc5f0669da315ffffd4d79bf073c507a45aa.zip
cpython-6508dc5f0669da315ffffd4d79bf073c507a45aa.tar.gz
cpython-6508dc5f0669da315ffffd4d79bf073c507a45aa.tar.bz2
Try to debug overspecified test :(
Diffstat (limited to 'Lib/test/test_capi.py')
-rw-r--r--Lib/test/test_capi.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py
index e1f9ae9..91b8951 100644
--- a/Lib/test/test_capi.py
+++ b/Lib/test/test_capi.py
@@ -292,7 +292,8 @@ class EmbeddingTests(unittest.TestCase):
stdin: latin-1:surrogateescape
stdout: latin-1:surrogateescape
stderr: latin-1:backslashreplace""").format(sys)
-
+ # Looks like this overspecifies the output :(
+ self.maxDiff = None
self.assertEqual(out.strip(), expected_output)
class SkipitemTest(unittest.TestCase):