@@ -295,7 +295,7 @@ def test_update_stack_with_same_template_withoutchange(
295295
296296 snapshot .match ("no_change_exception" , ctx .value .response )
297297
298- @skip_if_v2_provider (reason = "CFNV2: Transform" )
298+ @skip_if_v2_provider (" Transform" )
299299 @markers .aws .validated
300300 def test_update_stack_with_same_template_withoutchange_transformation (
301301 self , deploy_cfn_template , aws_client
@@ -951,7 +951,7 @@ def test_stack_deploy_order(deploy_cfn_template, aws_client, snapshot, deploy_or
951951 snapshot .match ("events" , filtered_events )
952952
953953
954- @skip_if_v1_provider (reason = "Not supported with v1 provider" )
954+ @skip_if_v1_provider ("Not supported with v1 provider" )
955955@markers .aws .validated
956956@pytest .mark .parametrize (
957957 "deletions" ,
@@ -1033,7 +1033,7 @@ def test_stack_deletion_order(
10331033 snapshot .match ("all-events" , to_snapshot )
10341034
10351035
1036- @skip_if_v2_provider (reason = "CFNV2: DescribeStack(noecho) " )
1036+ @skip_if_v2_provider (" DescribeStack" )
10371037@markers .snapshot .skip_snapshot_verify (
10381038 paths = [
10391039 # TODO: this property is present in the response from LocalStack when
@@ -1184,7 +1184,6 @@ def test_stack_resource_not_found(deploy_cfn_template, aws_client, snapshot):
11841184
11851185
11861186@markers .aws .validated
1187- @skip_if_v2_provider (reason = "Error message does not match" )
11881187def test_non_existing_stack_message (aws_client , snapshot ):
11891188 with pytest .raises (botocore .exceptions .ClientError ) as ex :
11901189 aws_client .cloudformation .describe_stacks (StackName = "non-existing" )
@@ -1193,7 +1192,7 @@ def test_non_existing_stack_message(aws_client, snapshot):
11931192 snapshot .match ("Error" , ex .value .response )
11941193
11951194
1196- @skip_if_v1_provider (reason = "Not implemented for V1 provider" )
1195+ @skip_if_v1_provider ("Not implemented for V1 provider" )
11971196@markers .aws .validated
11981197def test_no_parameters_given (aws_client , deploy_cfn_template , snapshot ):
11991198 template_path = os .path .join (
0 commit comments