rawwar commented on PR #51548: URL: https://github.com/apache/airflow/pull/51548#issuecomment-2965624803
> There's an environment issue im unable to get around, when running `pre-commit run --all-files` it fails at certain points while trying to build pykerberos==1.2.4. Otherwise it should be good to go no other pre-commit tests failed. You don't need to run `pre-commit` on all files. usually, `breeze cleanup` helps. Also, Can you take a look at the test failures. I see some data mismatch. Locally, you can do the following: ``` uv venv .venv && source .venv/bin/activate && cd airflow-core && uv sync && cd .. pytest airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_config.py ``` This should help you run tests and replicate the issue locally -- 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