mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
committed by
Copybara-Service
parent
dcea7767c6
commit
18a541c8fa
@@ -51,6 +51,7 @@ jobs:
|
|||||||
if [[ "${{ matrix.python-version }}" == "3.9" ]]; then
|
if [[ "${{ matrix.python-version }}" == "3.9" ]]; then
|
||||||
pytest tests/unittests \
|
pytest tests/unittests \
|
||||||
--ignore=tests/unittests/a2a \
|
--ignore=tests/unittests/a2a \
|
||||||
|
--ignore=tests/unittests/tools/mcp_tool \
|
||||||
--ignore=tests/unittests/artifacts/test_artifact_service.py \
|
--ignore=tests/unittests/artifacts/test_artifact_service.py \
|
||||||
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
|
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user