Merge pull request #551 from 2rs2ts/pin-botocore
Pin boto3 and botocore (fix the builds!)
This commit is contained in:
commit
2d471ecf9d
@ -5,6 +5,8 @@ sure>=1.2.24
|
|||||||
coverage
|
coverage
|
||||||
freezegun
|
freezegun
|
||||||
flask
|
flask
|
||||||
boto3>=1.2.3
|
# botocore 1.3.29 breaks s3 in tests (lambda and s3 tests)
|
||||||
botocore>=1.3.26
|
# so we need to pin a boto3 and botocore revision pair that we know works
|
||||||
|
boto3==1.2.4
|
||||||
|
botocore==1.3.28
|
||||||
six
|
six
|
Loading…
Reference in New Issue
Block a user