dstandish commented on code in PR #28077:
URL: https://github.com/apache/airflow/pull/28077#discussion_r1038614257
##########
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:
even better --- i thought you wanted them there by default
##########
dev/breeze/src/airflow_breeze/commands/main_command.py:
##########
@@ -155,6 +155,8 @@ def check_for_python_emulation():
def check_for_rosetta_environment():
if sys.platform != "darwin":
return
+ if platform.processor() == "i386":
Review Comment:
it blew up in this check for me. i think to repro, you would do ... use
intel mac, change a command.
i think we need something like this
--
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]