Skip to content

Commit eac7c6c

Browse files
committed
dev(deps): replace pytest-anyio (stub) with pytest-asyncio for tests
1 parent d630be8 commit eac7c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCPForUnity/UnityMcpServer~/src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
[project.optional-dependencies]
1515
dev = [
1616
"pytest>=8.0.0",
17-
"pytest-anyio>=0.6.0",
17+
"pytest-asyncio>=0.23",
1818
]
1919

2020
[build-system]

0 commit comments

Comments
 (0)