mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Fix the new test on windows (skip it, its posix only)
This commit is contained in:
		
							parent
							
								
									4b862365c8
								
							
						
					
					
						commit
						c1baf4ac9e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -774,6 +774,7 @@ def tearDown(self):
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
class HelperFunctionTests(unittest.TestCase):
 | 
			
		||||
    @unittest.skipIf(mswindows, "errno and EINTR make no sense on windows")
 | 
			
		||||
    def test_eintr_retry_call(self):
 | 
			
		||||
        record_calls = []
 | 
			
		||||
        def fake_os_func(*args):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue