Files
sanguo_moziplus_v2/pyproject.toml
T
2026-06-08 23:37:25 +08:00

19 lines
479 B
TOML

[project]
name = "sanguo-moziplus-v2"
version = "3.0.0"
description = "AI Native DevOps Platform v2 - Blackboard Architecture"
requires-python = ">=3.9"
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
markers = [
"integration: integration tests (requires RUN_INTEGRATION=1)",
"e2e: end-to-end tests with real daemon + Agent (requires RUN_INTEGRATION=1)",
]
addopts = "-m 'not integration and not e2e'"
[tool.pyright]
venvPath = "."
venv = ".venv"