mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Fix usage of the unittest.skip decorator.
This commit is contained in:
		
						commit
						ed1fe6be06
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -947,7 +947,7 @@ def test_heading(self): | |||
|             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
	
	 Serhiy Storchaka
						Serhiy Storchaka