ci: remove MCP tests from Python 3.10 import smoke

This commit is contained in:
Joshua Valluru 2026-09-11 11:02:38 -07:00
parent 3883a891f0
commit aef8888c0b

View file

@ -187,9 +187,3 @@ jobs:
- name: Check litellm CLI
run: uv run --no-sync litellm --version
- name: Verify MCP timeout fallback and auth retries on Python 3.10
run: >-
uv run --no-sync pytest --noconftest
tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_debug.py
-k error_capture -q