We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd779a0 commit b4c510aCopy full SHA for b4c510a
localstack-core/localstack/testing/pytest/in_memory_localstack.py
@@ -63,8 +63,6 @@ def pytest_runtestloop(session: Session):
63
return
64
LOG.info("TEST_FORCE_LOCALSTACK_START is set, a Localstack instance will be created.")
65
66
- from localstack.utils.common import safe_requests
67
-
68
if is_aws_cloud():
69
localstack_config.DEFAULT_DELAY = 5
70
localstack_config.DEFAULT_MAX_ATTEMPTS = 60
@@ -73,8 +71,6 @@ def pytest_runtestloop(session: Session):
73
71
os.environ[ENV_INTERNAL_TEST_RUN] = "1"
74
72
localstack_config.INCLUDE_STACK_TRACES_IN_HTTP_RESPONSE = True
75
76
- safe_requests.verify_ssl = False
77
78
from localstack.runtime import current
79
80
_started.set()
0 commit comments