Skip to content

Commit ae4ef4d

Browse files
Fix usage of the unittest.skip decorator.
1 parent 0492ec0 commit ae4ef4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/tkinter/test/test_ttk/test_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ def test_heading(self):
947947
anchor=1)
948948

949949
# XXX skipping for now; should be fixed to work with newer ttk
950-
@unittest.skip
950+
@unittest.skip("skipping pending resolution of Issue #10734")
951951
def test_heading_callback(self):
952952
def simulate_heading_click(x, y):
953953
support.simulate_mouse_click(self.tv, x, y)

0 commit comments

Comments
 (0)