Skip to content

Commit 6170625

Browse files
committed
Fix tests
1 parent 2ffb75f commit 6170625

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/agents/test_mcp_agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
import sys
2+
13
import pytest
24

35
from coagent.agents.mcp_agent import MCPAgent
46

57

68
class TestMCPAgent:
9+
@pytest.mark.skipif(sys.platform == "win32", reason="Does not run on Windows.")
710
@pytest.mark.asyncio
811
async def test_get_tools(self):
912
agent = MCPAgent(mcp_server_base_url="python tests/agents/mcp_server.py")

0 commit comments

Comments
 (0)