hkc-8010 commented on PR #68008: URL: https://github.com/apache/airflow/pull/68008#issuecomment-4689404412
Thanks @potiuk. I addressed the static/pre-commit failure in `ca401fa6ba9`. The failed check was caused by `generated/provider_dependencies.json.sha256sum` being generated without a trailing newline, which made `end-of-file-fixer` modify it during CI. The follow-up commit writes that checksum file with a trailing newline and adds a focused Breeze regression test for the cache-miss path. Validated locally: - `uv run --project dev/breeze pytest dev/breeze/tests/test_provider_dependencies.py -q` - `prek run --files dev/breeze/src/airflow_breeze/utils/provider_dependencies.py dev/breeze/tests/test_provider_dependencies.py` - `prek run end-of-file-fixer --files generated/provider_dependencies.json.sha256sum` Could you please take another look when you get a chance? -- 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]
