commit | be319c0c108e308fb7ed6ec9522e969fdffd1253 | [log] [tgz] |
---|---|---|
author | Dong-hee Na <donghee.na@python.org> | Wed Nov 25 22:17:30 2020 +0900 |
committer | GitHub <noreply@github.com> | Wed Nov 25 22:17:30 2020 +0900 |
tree | 374255533809ed68cbd908a433c2a8550aa15c78 | |
parent | b9127dd6eedd693cfd716a4444648864e2e00186 [diff] [blame] |
bpo-42299: Remove formatter module (GH-23476)
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 04e572c..aab074b 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py
@@ -9,7 +9,7 @@ class TestUntestedModules(unittest.TestCase): def test_untested_modules_can_be_imported(self): - untested = ('encodings', 'formatter') + untested = ('encodings',) with warnings_helper.check_warnings(quiet=True): for name in untested: try: