build(deps): add postgres-test optional extra for testcontainers

新增 postgres-test extra(harness + backend),引入 testcontainers[postgres]
4.14.2 用于 Stage 0 PR1 的 PG fixture。复用现有 postgres extra 的
asyncpg/psycopg/langgraph-checkpoint-postgres,pytest-asyncio 沿用 dev group。

Stage 0 PR1 T1.1.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
1445043649
2026-05-10 22:38:50 +08:00
parent a74b88a45c
commit fab85b14a6
3 changed files with 50 additions and 2 deletions
+4
View File
@@ -46,6 +46,10 @@ postgres = [
"psycopg[binary]>=3.3.3",
"psycopg-pool>=3.3.0",
]
postgres-test = [
"deerflow-harness[postgres]",
"testcontainers[postgres]>=4.0",
]
pymupdf = ["pymupdf4llm>=0.0.17"]
[build-system]