potiuk commented on pull request #20276:
URL: https://github.com/apache/airflow/pull/20276#issuecomment-993837172


   You need to unfold the failed "core" tests to see it all:
   
   ```
     
     tests/core/test_providers_manager.py:151: AssertionError
     ----------------------------- Captured stdout call 
-----------------------------
     [2021-12-14 03:43:05,390] {providers_manager.py:511} WARNING - The hook 
connection type 'aws' is registered twice in the package 
'apache-airflow-providers-amazon' with different class names: 
'airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook' and 
'airflow.providers.amazon.aws.hooks.redshift_cluster.RedshiftHook'.  Please fix 
it!
     ------------------------------ Captured log call 
-------------------------------
     WARNING  airflow.providers_manager:providers_manager.py:511 The hook 
connection type 'aws' is registered twice in the package 
'apache-airflow-providers-amazon' with different class names: 
'airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook' and 
'airflow.providers.amazon.aws.hooks.redshift_cluster.RedshiftHook'.  Please fix 
it!
     ________________________ TestProviderManager.test_hooks 
________________________
   ```
   
   Is it clearer :) ? 


-- 
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]


Reply via email to