Tests: Tweaked two tests to be version-gated to Boto 2.8+.

This commit is contained in:
Shawn Falkner-Horine 2014-09-10 13:29:45 -07:00
parent fd42d19f0e
commit 632ea41d5f

View File

@ -92,6 +92,7 @@ def test_create_job_flow_with_new_params():
)
@requires_boto_gte("2.8")
@mock_emr
def test_create_job_flow_visible_to_all_users():
conn = boto.connect_emr()
@ -267,6 +268,7 @@ def test_modify_instance_groups():
int(instance_group2.instancerunningcount).should.equal(3)
@requires_boto_gte("2.8")
@mock_emr
def test_set_visible_to_all_users():
conn = boto.connect_emr()