mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Do not raise self.skipTest().
skipTest() already raises an exception.
This commit is contained in:
		
							parent
							
								
									a66b46aad6
								
							
						
					
					
						commit
						0b4591e0eb
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -340,8 +340,7 @@ def setUp(self): | |||
|             self.pythonexe.encode('utf-8') | ||||
|         except UnicodeEncodeError: | ||||
|             self.tearDown() | ||||
|             raise self.skipTest( | ||||
|                 "Python executable path is not encodable to utf-8") | ||||
|             self.skipTest("Python executable path is not encodable to utf-8") | ||||
| 
 | ||||
|         self.file1_path = os.path.join(self.cgi_dir, 'file1.py') | ||||
|         with open(self.file1_path, 'w', encoding='utf-8') as file1: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Serhiy Storchaka
						Serhiy Storchaka