potiuk commented on PR #34729:
URL: https://github.com/apache/airflow/pull/34729#issuecomment-1771479607

   In order to fix the CI failures - you need to add some exceptions in our 
compatibility test suite:
   
   * https://github.com/apache/airflow/blob/main/.github/workflows/ci.yml#L829 
- for provider 2.5 compatibility check
   * 
https://github.com/apache/airflow/blob/main/scripts/docker/entrypoint_ci.sh#L335
 - remove s3fs that is incompatible with latest aiobotocore (for LatestBotocore 
compatibility check)
   
   This one 
https://github.com/apache/airflow/actions/runs/6577712472/job/17870462080  
could be  flaky one, but if it repeats consistently.
   
   Using s3fs forces dowgrade of botcore unfortunately, so this might 
beconnected.
   
   https://github.com/apache/airflow/actions/runs/6577712404/job/17869976516
   
   
   ```
   < aiobotocore==2.7.0
   ---
   > adlfs==2023.10.0
   > aiobotocore==2.5.4
   122,123c123,124
   < boto3==1.28.64
   < botocore==1.31.64
   ---
   > boto3==1.28.17
   > botocore==1.31.17
   440c441
   < pytest-mock==3.11.1
   ---
   > pytest-mock==3.12.0
   482c483,484
   < s3transfer==0.7.0
   ---
   > s3fs==2023.9.2
   > s3transfer==0.6.2
   ````
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to