]> granicus.if.org Git - python/commitdiff
Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.
authorNed Deily <nad@acm.org>
Mon, 4 Jul 2011 04:37:03 +0000 (21:37 -0700)
committerNed Deily <nad@acm.org>
Mon, 4 Jul 2011 04:37:03 +0000 (21:37 -0700)
Lib/lib-tk/test/test_ttk/test_widgets.py

index 2cad6bd0757b9082fdda5bd6f6a319b2e2d0db15..aca90cf80bd3e982e7db7c2cb9ccd21c3a12a9af 100644 (file)
@@ -937,7 +937,8 @@ class TreeviewTest(unittest.TestCase):
         self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
             anchor=1)
 
-
+    # XXX skipping for now; should be fixed to work with newer ttk
+    @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)