Skip to content

Commit 0a37198

Browse files
committed
fix: linting
1 parent 4294604 commit 0a37198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests-integ/test_mcp_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import base64
2-
import pytest
32
import threading
43
import time
54
from typing import List, Literal
65

6+
import pytest
77
from mcp import StdioServerParameters, stdio_client
88
from mcp.client.sse import sse_client
99
from mcp.client.streamable_http import streamablehttp_client
@@ -101,6 +101,7 @@ def test_can_reuse_mcp_client():
101101
tool_use_content_blocks = _messages_to_content_blocks(agent.messages)
102102
assert any([block["name"] == "echo" for block in tool_use_content_blocks])
103103

104+
104105
@pytest.mark.skip(reason="streamable transport is failing in GitHub actions, debugging if linux compatibility issue")
105106
def test_streamable_http_mcp_client():
106107
server_thread = threading.Thread(

0 commit comments

Comments
 (0)