From: Nick Coghlan Date: Thu, 17 Oct 2013 15:44:22 +0000 (+1000) Subject: Try to debug overspecified test :( X-Git-Tag: v3.4.0a4~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6508dc5f0669da315ffffd4d79bf073c507a45aa;p=thirdparty%2FPython%2Fcpython.git Try to debug overspecified test :( --- diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index e1f9ae912595..91b89514758b 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):