Commit 9a7a4cc3 authored by Ned Deily's avatar Ned Deily

Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.

parent 9b6c6053
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment