Taragolis commented on code in PR #38603: URL: https://github.com/apache/airflow/pull/38603#discussion_r1547453869
########## pyproject.toml: ########## @@ -362,20 +362,20 @@ combine-as-imports = true "tests/providers/snowflake/operators/test_snowflake_sql.py" = ["E402"] # All the test modules which do not follow PT012 yet -"tests/providers/amazon/aws/hooks/test_base_aws.py" = ["PT012"] -"tests/providers/amazon/aws/hooks/test_datasync.py" = ["PT012"] -"tests/providers/amazon/aws/hooks/test_eks.py" = ["PT012"] -"tests/providers/amazon/aws/hooks/test_redshift_data.py" = ["PT012"] -"tests/providers/amazon/aws/hooks/test_s3.py" = ["PT012"] -"tests/providers/amazon/aws/operators/test_emr_serverless.py" = ["PT012"] -"tests/providers/amazon/aws/operators/test_redshift_data.py" = ["PT012"] -"tests/providers/amazon/aws/sensors/test_glacier.py" = ["PT012"] -"tests/providers/amazon/aws/sensors/test_glue.py" = ["PT012"] -"tests/providers/amazon/aws/sensors/test_lambda_function.py" = ["PT012"] -"tests/providers/amazon/aws/system/utils/test_helpers.py" = ["PT012"] -"tests/providers/amazon/aws/transfers/test_redshift_to_s3.py" = ["PT012"] -"tests/providers/amazon/aws/triggers/test_ecs.py" = ["PT012"] -"tests/providers/amazon/aws/waiters/test_neptune.py" = ["PT012"] +# "tests/providers/amazon/aws/hooks/test_base_aws.py" = ["PT012"] +#"tests/providers/amazon/aws/hooks/test_datasync.py" = ["PT012"] +#"tests/providers/amazon/aws/hooks/test_eks.py" = ["PT012"] +#"tests/providers/amazon/aws/hooks/test_redshift_data.py" = ["PT012"] +#"tests/providers/amazon/aws/hooks/test_s3.py" = ["PT012"] +#"tests/providers/amazon/aws/operators/test_emr_serverless.py" = ["PT012"] +#"tests/providers/amazon/aws/operators/test_redshift_data.py" = ["PT012"] +#"tests/providers/amazon/aws/sensors/test_glacier.py" = ["PT012"] +#"tests/providers/amazon/aws/sensors/test_glue.py" = ["PT012"] +#"tests/providers/amazon/aws/sensors/test_lambda_function.py" = ["PT012"] +#"tests/providers/amazon/aws/system/utils/test_helpers.py" = ["PT012"] +#"tests/providers/amazon/aws/transfers/test_redshift_to_s3.py" = ["PT012"] +#"tests/providers/amazon/aws/triggers/test_ecs.py" = ["PT012"] +#"tests/providers/amazon/aws/waiters/test_neptune.py" = ["PT012"] Review Comment: ```suggestion ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
