Skip to content

Commit

Permalink
Merge pull request #86 from mattsb42-aws/dev-4415
Browse files Browse the repository at this point in the history
pin botocore and boto3 in tests getmoto/moto#1793
  • Loading branch information
lizroth authored Aug 25, 2018
2 parents f3080b4 + 28037fd commit 9127509
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ moto>=1.3.3
pytest>=3.3.1
pytest-cov
pytest-mock
pytest-xdist
pytest-xdist
# temporarily pinning boto3 and botocore because the new version broke moto
# https://github.com/spulec/moto/issues/1793
# proper fix TBD https://github.com/aws/aws-dynamodb-encryption-python/issues/85
boto3 < 1.8.0
botocore < 1.11.0

0 comments on commit 9127509

Please sign in to comment.