Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0492ec0 commit ae4ef4dCopy full SHA for ae4ef4d
1 file changed
Lib/tkinter/test/test_ttk/test_widgets.py
@@ -947,7 +947,7 @@ def test_heading(self):
947
anchor=1)
948
949
# XXX skipping for now; should be fixed to work with newer ttk
950
- @unittest.skip
+ @unittest.skip("skipping pending resolution of Issue #10734")
951
def test_heading_callback(self):
952
def simulate_heading_click(x, y):
953
support.simulate_mouse_click(self.tv, x, y)
0 commit comments