Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9127509

Browse files
authoredAug 25, 2018
Merge pull request #86 from mattsb42-aws/dev-4415
pin botocore and boto3 in tests getmoto/moto#1793
2 parents f3080b4 + 28037fd commit 9127509

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎test/requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ moto>=1.3.3
44
pytest>=3.3.1
55
pytest-cov
66
pytest-mock
7-
pytest-xdist
7+
pytest-xdist
8+
# temporarily pinning boto3 and botocore because the new version broke moto
9+
# https://github.com/spulec/moto/issues/1793
10+
# proper fix TBD https://github.com/aws/aws-dynamodb-encryption-python/issues/85
11+
boto3 < 1.8.0
12+
botocore < 1.11.0

0 commit comments

Comments
 (0)
Please sign in to comment.