Andrew Garrett
f66aee733b
Pin boto3 and botocore
...
botocore 1.3.29 (new as of yesterday) breaks a few of the s3 and
lambda tests; something about a StringIO being closed prematurely.
¯\_(ツ)_/¯
boto3 doesn't pin the botocore version; as a result the new version of
botocore gets pulled in transitively, breaking today's builds.
Signed-off-by: Scott Greene <scott.greene@getbraintree.com>
2016-02-24 22:40:27 +00:00
Hugo Lopes Tavares
7c36fca1dd
[lambda] Add VpcConfig to the responses
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
bfad9b9ed6
[lambda] Implement ListFunctions, GetFunction, and DeleteFunction
2016-02-17 16:13:57 -05:00
mfranke
cace459167
add endpoint tests for AddTags, RemoveTags and DescribeTags to test_elb.py
...
update sure requirement to 1.2.24
fix assert int to float compare in test_swf/responses/test_timeouts.py
2015-12-09 21:33:42 +01:00
Hugo Lopes Tavares
25f9e8b588
Change CloudFormation to support Data Pipelines
2015-09-16 17:49:13 -04:00
Ilya Sukhanov
4a059d75a0
boto3 now in requirements-dev, used by tests
2015-08-03 10:39:50 -04:00
Steve Pulec
8bc8f09b47
Some flake8 cleanup.
2014-11-15 09:35:52 -05:00
Ilya Sukhanov
cbf79ceea0
Reorganize requirements.
...
Stab at issue #194
Have requirements.txt use setup.py, this way there is only one place of
requirements for users.
2014-09-10 11:35:06 -04:00
Jon Haddad
09b6d67744
dev requirements file. installs requirements.txt plus anything needed for local development
2013-10-30 14:28:53 -07:00