mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Skip schema test cause it requires internet connection
This commit is contained in:
		
							parent
							
								
									6173e1b7b6
								
							
						
					
					
						commit
						3711c43611
					
				| 
						 | 
					@ -277,6 +277,7 @@ class TestSchemaMultipleContainersWithInlineProviders(unittest.TestCase):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TestSchemaBoto3Session(unittest.TestCase):
 | 
					class TestSchemaBoto3Session(unittest.TestCase):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @unittest.skip('Boto3 tries to connect to the internet')
 | 
				
			||||||
    def test(self):
 | 
					    def test(self):
 | 
				
			||||||
        container = containers.DynamicContainer()
 | 
					        container = containers.DynamicContainer()
 | 
				
			||||||
        container.from_yaml_schema(f'{_SAMPLES_DIR}/schemasample/container-boto3-session.yml')
 | 
					        container.from_yaml_schema(f'{_SAMPLES_DIR}/schemasample/container-boto3-session.yml')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user