Skip schema test cause it requires internet connection

This commit is contained in:
Roman Mogylatov 2021-06-21 19:56:06 -04:00
parent 6173e1b7b6
commit 3711c43611

View File

@ -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')