Skip to content

Commit

Permalink
Fix the version of boto3 in order to prevent the unittests from failing
Browse files Browse the repository at this point in the history
As boto3 was upgraded to 1.8.x we ran into the following issue:
getmoto/moto#1796
(moto is used for unittests)

As a fix, we decided to pin the version of boto3 to 1.7.84 which we knew to work.
Signed-off-by: Balaji Sridharan <fnubalaj@amazon.com>
  • Loading branch information
fnubalaj committed Aug 28, 2018
1 parent c9659ec commit 2b30e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3>=1.7.33
boto3==1.7.84
moto>=1.3.3

0 comments on commit 2b30e56

Please sign in to comment.