From 6508dc5f0669da315ffffd4d79bf073c507a45aa Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 18 Oct 2013 01:44:22 +1000 Subject: Try to debug overspecified test :( --- Lib/test/test_capi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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): -- cgit v0.12