Skip to content

Commit 8fd7383

Browse files
authored
Merge pull request #24 from gruntwork-io/yori-fix-test
Lock dependencies of moto so it still works with py2
2 parents 013a0b4 + 2ee1b3e commit 8fd7383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.ubuntu18.04.bats

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN apt-get install -y software-properties-common && \
1515
RUN pip install awscli --upgrade --user
1616

1717
# Install moto: https://github.com/spulec/moto
18-
RUN pip install flask moto moto[server]
18+
# Lock cfn-lint and pysistent to last known working versions
19+
RUN pip install flask moto moto[server] cfn-lint==0.35.1 pyrsistent==0.16.0
1920

2021
# Install tools we'll need to create a mock EC2 metadata server
2122
RUN apt-get install -y net-tools iptables

0 commit comments

Comments
 (0)