potiuk commented on PR #37066: URL: https://github.com/apache/airflow/pull/37066#issuecomment-1918650473
> BTW.: When running tests with breeze (on WSL2) I get the following error message: > > This does not prevent unittests from being executed though... Yes. Yu need to rebase and rerun it to fix it. Breeze /tests works for sure in latest main. Alternatively (but this is something breeze will always print as warning in this case) there are times before merging conflicting changes to main and refreshing constraints where you need to run build with `--upgrade-to-newer-dependencies`. Actually I think I wil make a small change to handle this case better because we already have feature to retry build with `--upgrade-to-newer-dependencies` when it fails with constraints , so I can flip the flag to run this mode locally by default -- 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]
