tsingh2k15 commented on pull request #19760: URL: https://github.com/apache/airflow/pull/19760#issuecomment-979367104
> > Rebase to latest `main` please - all the "serious" test failures shoud be fixed. > > Rebased to latest `main`. Thanks! I will monitor the tests as the workflow proceeds further. @potiuk It looks like the tests are failing while validating constraints. Trying to understand the failures. It seems like tests are comparing the dependencies with https://raw.githubusercontent.com/apache/airflow/constraints-main/constraints-source-providers-3.7.txt. Your input here would be helpful. Thanks! Below is the snippet from one of the test failures. ``` *********************************************************************************************** *********************************************************************************************** * * In case you see unrelated test failures, it can be due to newer dependencies released. * This is either because it is 'main' branch or because this PR modifies dependencies (setup.* files). * Therefore 'eager-upgrade' is used to build the image, This means that this build can have newer dependencies than the 'tested' set of constraints, * * The tested constraints for that build are available at: https://raw.githubusercontent.com/apache/airflow/constraints-main/constraints-source-providers-3.7.txt * * Please double check if the same failure is in other tests and in 'main' branch and check if the dependency differences causes the problem. * In case you identify the dependency, either fix the root cause or limit the dependency if it is too difficult to fix. * * The diff between fixed constraints and those used in this build is below. * *********************************************************************************************** % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9958 100 9958 0 0 81622 0 --:--:-- --:--:-- --:--:-- 81622 19c19 < Jinja2==2.11.3 --- > Jinja2==3.0.3 22c22 < MarkupSafe==1.1.1 --- > MarkupSafe==2.0.1 107c107 < charset-normalizer==2.0.7 --- > charset-normalizer==2.0.8 242c242 < keyring==23.2.1 --- > keyring==23.3.0 ``` -- 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]
