mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Some tests didn't get executed (because of the merge in r83728)
This commit is contained in:
		
							parent
							
								
									74f869eb94
								
							
						
					
					
						commit
						de30f7042f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1285,7 +1285,7 @@ def test_main(verbose=False):
 | 
				
			||||||
        not os.path.exists(SVN_PYTHON_ORG_ROOT_CERT)):
 | 
					        not os.path.exists(SVN_PYTHON_ORG_ROOT_CERT)):
 | 
				
			||||||
        raise test_support.TestFailed("Can't read certificate files!")
 | 
					        raise test_support.TestFailed("Can't read certificate files!")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    tests = [BasicTests]
 | 
					    tests = [BasicTests, BasicSocketTests]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if test_support.is_resource_enabled('network'):
 | 
					    if test_support.is_resource_enabled('network'):
 | 
				
			||||||
        tests.append(NetworkedTests)
 | 
					        tests.append(NetworkedTests)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue