From 94abf90920eae2bc096ad50aa9611e7012be3b32 Mon Sep 17 00:00:00 2001 From: Hugo Lopes Tavares Date: Mon, 10 Feb 2014 14:08:56 -0500 Subject: [PATCH] [tests] Update boto version for the AssociatePublicIpAddress boto fix. Refs #82 --- tests/test_autoscaling/test_launch_configurations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_autoscaling/test_launch_configurations.py b/tests/test_autoscaling/test_launch_configurations.py index 6af07ddcf..fcbc2f6da 100644 --- a/tests/test_autoscaling/test_launch_configurations.py +++ b/tests/test_autoscaling/test_launch_configurations.py @@ -50,7 +50,7 @@ def test_create_launch_configuration_for_2_12(): launch_config.ebs_optimized.should.equal(True) -@requires_boto_gte("2.23") +@requires_boto_gte("2.25.0") @mock_autoscaling def test_create_launch_configuration_using_ip_association(): conn = boto.connect_autoscale() @@ -65,7 +65,7 @@ def test_create_launch_configuration_using_ip_association(): launch_config.associate_public_ip_address.should.equal(True) -@requires_boto_gte("2.23") +@requires_boto_gte("2.25.0") @mock_autoscaling def test_create_launch_configuration_using_ip_association_should_default_to_false(): conn = boto.connect_autoscale()