]> granicus.if.org Git - python/commitdiff
Fix usage of the unittest.skip decorator.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Mar 2013 11:25:20 +0000 (13:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Mar 2013 11:25:20 +0000 (13:25 +0200)
Lib/tkinter/test/test_ttk/test_widgets.py

index c2231dc324167cf6fab99999f96740dbbd9f0a15..45a686aed4ffd0f13fc2351e5bbc20d997c8e83a 100644 (file)
@@ -947,7 +947,7 @@ class TreeviewTest(unittest.TestCase):
             anchor=1)
 
     # XXX skipping for now; should be fixed to work with newer ttk
-    @unittest.skip
+    @unittest.skip("skipping pending resolution of Issue #10734")
     def test_heading_callback(self):
         def simulate_heading_click(x, y):
             support.simulate_mouse_click(self.tv, x, y)