jscheffl commented on code in PR #46608: URL: https://github.com/apache/airflow/pull/46608#discussion_r1957116368
########## pyproject.toml: ########## @@ -377,6 +373,9 @@ testing = ["dev", "providers.tests", "task_sdk.tests", "tests_common", "tests"] "docker_tests/*" = ["D", "TID253", "S101", "TRY002"] "kubernetes_tests/*" = ["D", "TID253", "S101", "TRY002"] "helm_tests/*" = ["D", "TID253", "S101", "TRY002"] +"providers/**/tests/*" = ["D", "TID253", "S101", "TRY002"] +# exclude assert in edge provider +"providers/edge/src/airflow/providers/edge/example_dags/integration_test.py" = ["S101"] Review Comment: Oh, that seems I need a follow-up cleaning to remove this :-D -- 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]
