eskarimov commented on pull request #17446:
URL: https://github.com/apache/airflow/pull/17446#issuecomment-946657445


   @uranusjr thank you so much for triggering the tests - I've missed the 
static code checks unfortunately, so I had to fix failed checks (and also 
properly setup pre-commit hooks to avoid such mistakes in the future).
   
   The only thing I'm not sure about is failing tests for building and testing 
provider packages with wheel - some operators import and use 
[`GCSHook`](https://github.com/apache/airflow/blob/e2d6266ef9109e541babbb734c722d2204f31365/airflow/providers/google/cloud/hooks/gcs.py#L117)
 class, which depends on 
[`normalize_directory_path()`](https://github.com/apache/airflow/blob/e2d6266ef9109e541babbb734c722d2204f31365/airflow/providers/google/cloud/hooks/gcs.py#L42),
 which have moved in this PR.
   
   At the same time building with `sdist` format completes successfully.


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