Skip to content

Commit e503de1

Browse files
committed
fix: mark test as pytest.mark.anyio
1 parent b8a77fc commit e503de1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/issues/test_188_concurrency.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import anyio
2+
import pytest
23
from pydantic import AnyUrl
34

45
from mcp.server.fastmcp import FastMCP
@@ -10,6 +11,7 @@
1011
_resource_name = "slow://slow_resource"
1112

1213

14+
@pytest.mark.anyio
1315
async def test_messages_are_executed_concurrently():
1416
server = FastMCP("test")
1517

0 commit comments

Comments
 (0)