From 83d453421fb6658350fa15a683ca49bd56a89dca Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 22 May 2008 01:02:23 +0000 Subject: [PATCH] remove redundant invocation of json doctests --- Lib/test/test_json.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_json.py b/Lib/test/test_json.py index 17ccdeecc4..7b8f3de8a9 100644 --- a/Lib/test/test_json.py +++ b/Lib/test/test_json.py @@ -11,7 +11,6 @@ import test.test_support def test_main(): test.test_support.run_unittest(json.tests.test_suite()) - test.test_support.run_doctest(json) if __name__ == "__main__": -- 2.50.1