Skip to content

Commit

Permalink
Pin boto3+botocore in test container
Browse files Browse the repository at this point in the history
This resolves errors when testing with latest botocore, which calls SQS using AWS JSON-1.0, which is currently unsupported by localstack
  • Loading branch information
GREsau committed Nov 9, 2023
1 parent 4d5db3a commit cf681e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python

RUN pip3 install boto3
RUN pip3 install boto3==1.28.80 botocore==1.31.80

COPY . .

Expand Down

0 comments on commit cf681e4

Please sign in to comment.