flyrain commented on PR #39: URL: https://github.com/apache/polaris-tools/pull/39#issuecomment-3533998519
Python github CI works well: ``` 10s Run uv run pre-commit run --all-files [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit. [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... trim trailing whitespace.................................................Passed fix end of files.........................................................Passed debug statements (python)................................................Passed ruff check...............................................................Passed ruff format..............................................................Passed 4s Run uv run pytest ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-9.0.1, pluggy-1.6.0 rootdir: /home/runner/work/polaris-tools/polaris-tools/mcp-server configfile: pyproject.toml plugins: anyio-4.11.0 collected 27 items tests/test_namespace_tool.py .. [ 7%] tests/test_rest_tool.py ... [ 18%] tests/test_server.py ............. [ 66%] tests/test_table_tool.py ......... [100%] ============================== 27 passed in 2.21s ============================== ``` -- 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]
