chore: Ignore mcp_tool ut tests for python 3.9 given mcp sdk only supports 3.10+

PiperOrigin-RevId: 772999037
This commit is contained in:
Xiang (Sean) Zhou
2025-06-18 11:34:10 -07:00
committed by Copybara-Service
parent dcea7767c6
commit 18a541c8fa
+1
View File
@@ -51,6 +51,7 @@ jobs:
if [[ "${{ matrix.python-version }}" == "3.9" ]]; then
pytest tests/unittests \
--ignore=tests/unittests/a2a \
--ignore=tests/unittests/tools/mcp_tool \
--ignore=tests/unittests/artifacts/test_artifact_service.py \
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
else