in process fixes

This commit is contained in:
John Lancaster
2026-06-21 21:24:37 -05:00
parent 0aa7ace272
commit 76ea9ebbda
4 changed files with 12 additions and 34 deletions
-2
View File
@@ -32,7 +32,6 @@ test = [
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
"pytest-cov>=7.1.0",
"pytest-env>=1.1.5",
]
[tool.pytest.ini_options]
@@ -44,7 +43,6 @@ markers = [
"integration: framework or component integration tests",
"smoke: thin critical-path checks",
]
env = ["PERSONAL_MCP_TEST_HTTP_URL=https://mcp.john-stream.com/mcp"]
[tool.ty.src]
include = ["src", "tests"]