potiuk opened a new pull request, #64999: URL: https://github.com/apache/airflow/pull/64999
Add `shared/*.py` pattern to `ALL_SOURCE_FILES` in selective checks so that changes that only touch the shared libraries (e.g. `shared/timezones`, `shared/logging`) trigger the unit test suite. Previously, such changes were missed by selective checks because the `shared/` folder was not part of any source-file pattern. As a result, unit tests were skipped for changes that affect symlinked code consumed by `airflow-core`, `task-sdk`, and providers. Includes a new test case `Shared library python changes trigger unit tests` covering this behavior. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Opus 4.6 (1M context) Generated-by: Claude Opus 4.6 (1M context) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
