mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix usage of the unittest.skip decorator.
This commit is contained in:
commit
e185341bfa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue