dstandish commented on code in PR #28077: URL: https://github.com/apache/airflow/pull/28077#discussion_r1038617650
########## dev/breeze/src/airflow_breeze/commands/testing_commands.py: ########## @@ -72,6 +72,8 @@ LOW_MEMORY_CONDITION = 8 * 1024 * 1024 * 1024 +DISABLE_WARNINGS_LABEL = "disable warnings" Review Comment: yeah, i agree. i also appreciate the desire to squash those warnings. there's a lot of noise... and if it shows up in the tests, probably a lot of it shows up for users. -- 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]
