From 9a7a4cc3a7e0e6dc259e5bc18ca0e1d88f418be6 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 3 Jul 2011 21:37:03 -0700 Subject: [PATCH] Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. --- Lib/lib-tk/test/test_ttk/test_widgets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.50.1