mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
revert(ci): remove redundant MCP OAuth CI step, tests/mcp_tests is already covered
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
b88080795c
commit
1157fc8860
1 changed files with 0 additions and 7 deletions
7
.github/workflows/test-mcp.yml
vendored
7
.github/workflows/test-mcp.yml
vendored
|
|
@ -44,10 +44,3 @@ jobs:
|
|||
- name: Run MCP tests
|
||||
run: |
|
||||
uv run --no-sync pytest tests/mcp_tests -x -vv -n 4 --cov=litellm --cov-report=xml --durations=5
|
||||
|
||||
- name: Run MCP OAuth broker tests (unit + respx HTTP flow)
|
||||
run: |
|
||||
uv run --no-sync pytest \
|
||||
tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_oauth_security_unit.py \
|
||||
tests/test_litellm/proxy/_experimental/mcp_server/test_mcp_oauth_flow_http_respx.py \
|
||||
-v --tb=short
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue