From: Ned Deily Date: Mon, 4 Jul 2011 04:37:03 +0000 (-0700) Subject: Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a7a4cc3a7e0e6dc259e5bc18ca0e1d88f418be6;p=python Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. --- diff --git a/Lib/lib-tk/test/test_ttk/test_widgets.py b/Lib/lib-tk/test/test_ttk/test_widgets.py index 2cad6bd075..aca90cf80b 100644 --- a/Lib/lib-tk/test/test_ttk/test_widgets.py +++ b/Lib/lib-tk/test/test_ttk/test_widgets.py @@ -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)