eladkal commented on PR #46891:
URL: https://github.com/apache/airflow/pull/46891#issuecomment-3065606382

   When running S3 tests I see
   
   ```
   {"category": "DeprecationWarning", "message": "pathlib.Path.__enter__() is 
deprecated and scheduled for removal in Python 3.13; Path objects as a context 
manager is a no-op", "filename": 
"providers/amazon/src/airflow/providers/amazon/aws/hooks/s3.py", "lineno": 
1568, "when": "runtest", "node_id": 
"providers/amazon/tests/unit/amazon/aws/hooks/test_s3.py::TestAwsS3Hook::test_download_file",
 "param_id": null, "group": "providers", "count": 1}
   {"category": "DeprecationWarning", "message": "pathlib.Path.__enter__() is 
deprecated and scheduled for removal in Python 3.13; Path objects as a context 
manager is a no-op", "filename": 
"providers/amazon/src/airflow/providers/amazon/aws/hooks/s3.py", "lineno": 
1568, "when": "runtest", "node_id": 
"providers/amazon/tests/unit/amazon/aws/hooks/test_s3.py::TestAwsS3Hook::test_download_file_exposes_lineage",
 "param_id": null, "group": "providers", "count": 1}
   ```
   
   So i think we may have some incompatibilities that we are not covering with 
tests as I would have expected test failure on 3.13 - I guess we can handle it 
seperatly


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