From b523f8433a8982e10eb41a3e2b37ee0e6d6a6e00 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Fri, 22 Nov 2013 09:05:39 -0700 Subject: Implement PEP 451 (ModuleSpec). --- Lib/test/test_reprlib.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/test_reprlib.py') diff --git a/Lib/test/test_reprlib.py b/Lib/test/test_reprlib.py index 104e3b5705..a504bde4e4 100644 --- a/Lib/test/test_reprlib.py +++ b/Lib/test/test_reprlib.py @@ -253,6 +253,7 @@ class LongReprTest(unittest.TestCase): print("cached_path_len =", cached_path_len) def test_module(self): + self.maxDiff = None self._check_path_limitations(self.pkgname) create_empty_file(os.path.join(self.subpkgname, self.pkgname + '.py')) importlib.invalidate_caches() -- cgit v1.2.1