We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b53cf commit e64a939Copy full SHA for e64a939
tests/issues/test_552_windows_hang.py
@@ -6,8 +6,7 @@
6
from mcp import ClientSession, StdioServerParameters
7
from mcp.client.stdio import stdio_client
8
9
-
10
-@pytest.mark.skipif(sys.platform != "win32", reason="Windows-specific test")
+# @pytest.mark.skipif(sys.platform != "win32", reason="Windows-specific test")
11
@pytest.mark.skipif(sys.version_info < (3, 11), reason="asyncio.timeout in 3.11+")
12
@pytest.mark.parametrize(
13
"args",
0 commit comments