Skip to content

Commit b4c510a

Browse files
Remove verify_ssl = False from in memory localstack test configuration (#13275)
1 parent dd779a0 commit b4c510a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

localstack-core/localstack/testing/pytest/in_memory_localstack.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def pytest_runtestloop(session: Session):
6363
return
6464
LOG.info("TEST_FORCE_LOCALSTACK_START is set, a Localstack instance will be created.")
6565

66-
from localstack.utils.common import safe_requests
67-
6866
if is_aws_cloud():
6967
localstack_config.DEFAULT_DELAY = 5
7068
localstack_config.DEFAULT_MAX_ATTEMPTS = 60
@@ -73,8 +71,6 @@ def pytest_runtestloop(session: Session):
7371
os.environ[ENV_INTERNAL_TEST_RUN] = "1"
7472
localstack_config.INCLUDE_STACK_TRACES_IN_HTTP_RESPONSE = True
7573

76-
safe_requests.verify_ssl = False
77-
7874
from localstack.runtime import current
7975

8076
_started.set()

0 commit comments

Comments
 (0)