Skip to content

Commit a48094e

Browse files
committed
Cleanup
1 parent 9396a74 commit a48094e

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

codex-rs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/cli/src/mcp_cmd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use std::collections::HashMap;
2-
use std::path::PathBuf;
32
use std::string::String;
43

54
use anyhow::Context;

codex-rs/core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,12 @@ escargot = { workspace = true }
8888
maplit = { workspace = true }
8989
predicates = { workspace = true }
9090
pretty_assertions = { workspace = true }
91+
serial_test = { workspace = true }
9192
tempfile = { workspace = true }
9293
tokio-test = { workspace = true }
9394
walkdir = { workspace = true }
9495
wiremock = { workspace = true }
95-
tracing-test = { workspace = true, features = ["no-env-filter"] }
96+
tracing-test = { workspace = true, features = ["no-env-filter"] }
9697

9798
[package.metadata.cargo-shear]
9899
ignored = ["openssl-sys"]

codex-rs/core/src/default_client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ mod tests {
164164
fn test_get_codex_user_agent() {
165165
let user_agent = get_codex_user_agent();
166166
assert!(user_agent.starts_with("codex_cli_rs/"));
167-
assert!(user_agent.starts_with(&ORIGINATOR.value));
168167
}
169168

170169
#[tokio::test]

codex-rs/rmcp-client/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ webbrowser = { workspace = true }
5959
[dev-dependencies]
6060
pretty_assertions = { workspace = true }
6161
tempfile = { workspace = true }
62-
serial_test = { workspace = true }

0 commit comments

Comments
 (0)