Fixed the warning message of uv

This commit is contained in:
Willem Jiang 2026-04-26 17:02:04 +08:00
parent 64a43bc448
commit e4ff444a71
2 changed files with 4 additions and 1 deletions

View File

@ -38,8 +38,12 @@ markers = [
"no_auto_user: disable the conftest autouse contextvar fixture for this test",
]
[tool.uv]
index-url = "https://pypi.org/simple"
[tool.uv.workspace]
members = ["packages/harness"]
[tool.uv.sources]
deerflow-harness = { workspace = true }

View File

@ -1 +0,0 @@
index-url = "https://pypi.org/simple"