Kaydet (Commit) ed1fe6be authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Fix usage of the unittest.skip decorator.

......@@ -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