commit | 1f70221b861a3714735251d57695b2f472d0599b | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Tue Dec 10 14:09:20 2013 -0600 |
committer | Zachary Ware <zachary.ware@gmail.com> | Tue Dec 10 14:09:20 2013 -0600 |
tree | 945cd43b04b6351e71c23aa0cb19f6fab1f3ddda | |
parent | 284164b47638e4e71a933ce136a33fdd352f7bac [diff] [blame] |
Issue #19572: More silently skipped tests explicitly skipped.
diff --git a/Misc/NEWS b/Misc/NEWS index b1a4e1f..7d7d9bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -91,7 +91,7 @@ - Issue #17883: Backported _is_gui_available() in test.test_support to avoid hanging Windows buildbots on test_ttk_guionly. -- Issue #18702: All skipped tests now reported as skipped. +- Issue #18702, #19572: All skipped tests now reported as skipped. - Issue #19085: Added basic tests for all tkinter widget options.