MoonPointer-Byte opened a new pull request, #72880:
URL: https://github.com/apache/airflow/pull/72880

   ## Summary
   
   - Delete the unused `cloudant_fake.py` stub module from the Cloudant provider
   - Remove its entry from the `OVERLOOKED_TESTS` allowlist in 
`test_project_structure.py`
   
   The module was a mypy fallback for Python 3.9 when `ibmcloudant` was 
excluded. Python 3.9 support was dropped in #52072 and the hook now imports 
`CloudantV1` and `CouchDbSessionAuthenticator` directly from `ibmcloudant`. No 
remaining code references `cloudant_fake`.
   
   Fixes #72269
   
   ## Test plan
   
   - [x] Verified no remaining references to `cloudant_fake` in the repository
   - [ ] `breeze testing providers-tests providers/cloudant/tests/unit/cloudant`
   - [ ] `breeze run mypy providers/cloudant/src/airflow/providers/cloudant`
   
   Made with [Cursor](https://cursor.com)


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