8000 chore: Ignore mcp_tool ut tests for python 3.9 given mcp sdk only sup… · jumsay/adk-python@18a541c · GitHub
[go: up one dir, main page]

Skip to content

Commit 18a541c

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: Ignore mcp_tool ut tests for python 3.9 given mcp sdk only supports 3.10+
PiperOrigin-RevId: 772999037
1 parent dcea776 commit 18a541c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
if [[ "${{ matrix.python-version }}" == "3.9" ]]; then
5252
pytest tests/unittests \
5353
--ignore=tests/unittests/a2a \
54+
--ignore=tests/unittests/tools/mcp_tool \
5455
--ignore=tests/unittests/artifacts/test_artifact_service.py \
5556
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
5657
else

0 commit comments

Comments
 (0)
0