mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
* Fix MCP health check CancelledError handling for parallel test execution Add asyncio.CancelledError handler in health_check_server() and missing @pytest.mark.asyncio decorator on test_mcp_server_manager_config_integration_with_database. In Python 3.8+, CancelledError inherits from BaseException, not Exception, so it bypassed the generic exception handler when pytest-xdist cancels running tasks after a failure. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Regenerate poetry.lock to resolve merge conflict markers The lock file had unresolved conflict markers from a previous merge, causing poetry to fail with "Invalid statement (at line 8534, column 1)". Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_configs | ||
| conftest.py | ||
| mcp_server.py | ||
| test_aresponses_api_with_mcp.py | ||
| test_mcp_auth_header_extraction.py | ||
| test_mcp_auth_priority.py | ||
| test_mcp_chat_completions.py | ||
| test_mcp_client_unit.py | ||
| test_mcp_guardrails.py | ||
| test_mcp_hooks.py | ||
| test_mcp_litellm_client.py | ||
| test_mcp_logging.py | ||
| test_mcp_server.py | ||
| test_oauth2_mcp_config.yaml | ||
| test_openapi_spec_path_url.py | ||
| test_proxy_mcp_e2e.py | ||
| test_semantic_tool_filter_e2e.py | ||