Skip to content

Commit

Permalink
Removed comment for localstack version
Browse files Browse the repository at this point in the history
as tests with 3.2.0 were successful.
Hence the current pull request can also close
#200
  • Loading branch information
ckunki committed Feb 29, 2024
1 parent bdb9a1c commit 291eb42
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/aws/localstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ def local_stack():
command = "localstack start -d"

image_version = version('localstack')
# See https://github.com/localstack/localstack/issues/8254
# and https://github.com/localstack/localstack/issues/9939
#
# Until an official release of localstack Docker image with a concrete
# version is available incl. a fix for issue 9939 we only can use version
# "latest".
#
# See https://github.com/exasol/ai-lab/issues/200 for replacing this with
# a concrete version in order to make CI tests more robust.
image_version = "3.2.0"
image_name = {"IMAGE_NAME": f"localstack/localstack:{image_version}"}
env_variables = {**os.environ, **image_name}
Expand Down

0 comments on commit 291eb42

Please sign in to comment.