Commit Graph

65 Commits

Author SHA1 Message Date
Guy Templeton
7d75c3ba18 Feat: ECS container status updating (#831)
* Uptick boto3 version to version supporting ECS container instance state changes

* Add initial status update

* Only place tasks on active instances

* PEP8 cleanup
2017-03-04 22:30:36 -05:00
Taro Sato
ed91b093cd Ignore RetryAttempts field generated by recent botocore versions 2016-10-16 21:50:21 -07:00
Steve Pulec
7f58a7bfbd lock sure 2016-07-09 20:50:43 -04:00
Andrew Garrett
7a19f2ab4d Pin boto3 and botocore (again)
Builds started failing 7 days ago. Turns out it was because of the bump
from 1.4.28 to 1.4.29. It may not be worth playing whac-a-mole - I'll
file an issue in either the boto3 or botocore repo in the meantime.
2016-06-29 23:19:21 +00:00
Steve Pulec
6b0f92c230 unpin dev requirements. 2016-03-02 15:20:58 -05:00
Steve Pulec
ca6ec4478d try out unpinning boto. 2016-02-29 17:09:54 -05:00
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