Commit ae4ef4d2 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fix usage of the unittest.skip decorator.

parent 0492ec07
......@@ -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)
......
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