From 3711c4361173a86a1ee5acfb6e3d41d1fbfaef0e Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 21 Jun 2021 19:56:06 -0400 Subject: [PATCH] Skip schema test cause it requires internet connection --- tests/unit/schema/test_integration_py36.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/schema/test_integration_py36.py b/tests/unit/schema/test_integration_py36.py index 2cc77e1a..813e4a45 100644 --- a/tests/unit/schema/test_integration_py36.py +++ b/tests/unit/schema/test_integration_py36.py @@ -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')