File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6161 pip install awscli-local[ver1]
6262 pip install terraform-local
6363
64- # Note: Install the same boto3 version as installed in the image. This is a small fix to avoid
65- # assertion errors (missing `BucketArn` in S3 responses). TODO: to be fixed in a future iteration!
66- version=$(docker run --entrypoint= --rm localstack/localstack-pro bash -c '. .venv/bin/activate; pip show boto3 | grep Version | cut -d" " -f2')
67- (. .venv/bin/activate; pip install "boto3==$version")
64+ # Note: Temporarily fixing boto3 version, to avoid some assertion errors we've recently seen in
65+ # the tests (missing `BucketArn` in S3 responses). TODO: to be fixed in a future iteration!
66+ (. .venv/bin/activate; pip install "boto3==1.40.45")
6867
6968 find /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.*/site-packages/aws*
7069 ls -la /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.*/site-packages/aws*
You can’t perform that action at this time.
0 commit comments