mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-03-12 07:45:48 +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):
|
||||
|
||||
@unittest.skip('Boto3 tries to connect to the internet')
|
||||
def test(self):
|
||||
container = containers.DynamicContainer()
|
||||
container.from_yaml_schema(f'{_SAMPLES_DIR}/schemasample/container-boto3-session.yml')
|
||||
|
|
Loading…
Reference in New Issue
Block a user