From 50d74b48117a33eeba9b8d30d4837d6aa89f8506 Mon Sep 17 00:00:00 2001 From: dreadpirateshawn Date: Tue, 14 Oct 2014 11:34:58 -0700 Subject: [PATCH] Route Tables: Added support for associate/disassociate subnets. (added test threshold for Boto 2.16) --- tests/test_ec2/test_route_tables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ec2/test_route_tables.py b/tests/test_ec2/test_route_tables.py index 919410c14..31236ad25 100644 --- a/tests/test_ec2/test_route_tables.py +++ b/tests/test_ec2/test_route_tables.py @@ -213,6 +213,7 @@ def test_route_table_associations(): cm.exception.request_id.should_not.be.none +@requires_boto_gte("2.16.0") @mock_ec2 def test_route_table_replace_route_table_association(): """