From 3bafebee049c4626015d51230a615e4dcfef8cf3 Mon Sep 17 00:00:00 2001 From: Arthur Wang Date: Mon, 27 Oct 2014 14:48:17 +0000 Subject: [PATCH] Limit test for describe instance status filter by boto version --- tests/test_ec2/test_instances.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ec2/test_instances.py b/tests/test_ec2/test_instances.py index 9e83d5ef..150544b4 100644 --- a/tests/test_ec2/test_instances.py +++ b/tests/test_ec2/test_instances.py @@ -517,6 +517,7 @@ def test_describe_instance_status_with_instance_filter(): cm.exception.status.should.equal(400) cm.exception.request_id.should_not.be.none +@requires_boto_gte("2.32.0") @mock_ec2 def test_describe_instance_status_with_non_running_instances(): conn = boto.connect_ec2('the_key', 'the_secret')