Restrict tests to new version since we have change the behavior.

This commit is contained in:
Steve Pulec 2014-07-22 21:53:54 -04:00
parent 3ee51688c7
commit 63799f3af8
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ def test_get_item_without_range_key():
table.get_item.when.called_with(test_hash=hash_key).should.throw(ValidationException)
@requires_boto_gte("2.9")
@requires_boto_gte("2.30.0")
@mock_dynamodb2
def test_delete_item():
table = create_table()

View File

@ -150,7 +150,7 @@ def test_get_item_with_undeclared_table():
).should.throw(JSONResponseError)
@requires_boto_gte("2.9")
@requires_boto_gte("2.30.0")
@mock_dynamodb2
def test_delete_item():
table = create_table()