turbaszek commented on pull request #10445: URL: https://github.com/apache/airflow/pull/10445#issuecomment-678295574
Not sure what's wrong here but the errors are definitely unrelated: ``` mypy: can't read file 'airflow/providers/amazon/aws/hooks/ses.py': No such file or directory 120 121 Run pylint.......................................................................................................................Skipped 122 Run flake8........................................................................................................................Failed 123 - hook id: flake8 124 - exit code: 1 125 126 tests/providers/amazon/aws/hooks/test_ses.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'tests/providers/amazon/aws/hooks/test_ses.py' 127 airflow/providers/amazon/aws/hooks/ses.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'airflow/providers/amazon/aws/hooks/ses.py' 128 tests/providers/microsoft/azure/hooks/test_base_azure.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'tests/providers/microsoft/azure/hooks/test_base_azure.py' 129 airflow/providers/microsoft/azure/hooks/base_azure.py:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: 'airflow/providers/microsoft/azure/hooks/base_azure.py' ``` @potiuk can this be related to some changes in CI? The ses hook was merged and is available on master ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
