potiuk commented on pull request #17133: URL: https://github.com/apache/airflow/pull/17133#issuecomment-884294726
One small thing though. I just double-checked that `UNIT_TEST_MODE` is not set in Breeze by default. So when you run `start-airflow` the message will show up. The UNIT_TEST_MODE is only set when we run tests (it's done using pytest automated fixture). It used to be set long time ago but it's been removed when we switched to pytest. The best way to check if you are in Breeze is to check BREEZE environment variable (set to "true"). -- 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]
