Skip to content

Commit 7673f6c

Browse files
Kenoclaude
andcommitted
Use separate test/Project.toml for test dependencies
Move test dependencies to a separate test/Project.toml file instead of using [extras] and [targets] sections. This allows the test build step to properly instantiate test dependencies with SSH authentication. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e51c3c3 commit 7673f6c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Project.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,3 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
99

1010
[sources]
1111
ClaudeMCPTools = {rev = "master", url = "git@github.com:JuliaComputing/ClaudeMCPTools.jl.git"}
12-
LLMBenchSimple = {url = "git@github.com:JuliaComputing/LLMBenchSimple.jl.git"}
13-
14-
[extras]
15-
LLMBenchSimple = "a7b3c4d5-e6f7-8901-2345-678901234567"
16-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17-
18-
[targets]
19-
test = ["Test", "LLMBenchSimple"]

test/Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[deps]
2+
ClaudeMCPTools = "b9bb1685-6a70-41d7-9793-2f9fb633d966"
3+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
4+
LLMBenchMCPServer = "78754875-2f68-464a-ac60-858ac662827f"
5+
LLMBenchSimple = "a7b3c4d5-e6f7-8901-2345-678901234567"
6+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7+
8+
[sources]
9+
ClaudeMCPTools = {url = "git@github.com:JuliaComputing/ClaudeMCPTools.jl.git"}
10+
LLMBenchSimple = {url = "git@github.com:JuliaComputing/LLMBenchSimple.jl.git"}

0 commit comments

Comments
 (0)