Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
972adc37
Unverified
Commit
972adc37
authored
Oct 14, 2025
by
Graham King
Committed by
GitHub
Oct 14, 2025
Browse files
test: Break parsers -> llm dependency (#3607)
Signed-off-by:
Graham King
<
grahamk@nvidia.com
>
parent
7b0fad3f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
11 deletions
+0
-11
Cargo.lock
Cargo.lock
+0
-1
lib/llm/tests/parallel_tool_call_integration.rs
lib/llm/tests/parallel_tool_call_integration.rs
+0
-0
lib/parsers/Cargo.toml
lib/parsers/Cargo.toml
+0
-3
lib/parsers/tests/mod.rs
lib/parsers/tests/mod.rs
+0
-7
No files found.
Cargo.lock
View file @
972adc37
...
@@ -2219,7 +2219,6 @@ version = "0.6.0"
...
@@ -2219,7 +2219,6 @@ version = "0.6.0"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"dynamo-async-openai",
"dynamo-async-openai",
"dynamo-llm",
"lazy_static",
"lazy_static",
"num-traits",
"num-traits",
"openai-harmony",
"openai-harmony",
...
...
lib/
parsers
/tests/parallel_tool_call_integration.rs
→
lib/
llm
/tests/parallel_tool_call_integration.rs
View file @
972adc37
File moved
lib/parsers/Cargo.toml
View file @
972adc37
...
@@ -38,6 +38,3 @@ openai-harmony = "0.0.3"
...
@@ -38,6 +38,3 @@ openai-harmony = "0.0.3"
lazy_static
=
"1.5.0"
lazy_static
=
"1.5.0"
rustpython-parser
=
"0.4.0"
rustpython-parser
=
"0.4.0"
num-traits
=
"0.2"
num-traits
=
"0.2"
[dev-dependencies]
dynamo-llm
=
{
workspace
=
true
}
lib/parsers/tests/mod.rs
deleted
100644 → 0
View file @
7b0fad3f
// SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
//! Tests for tool calling functionality
#[cfg(test)]
mod
parallel_tool_call_integration
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment