fix: leverage codex_utils_cargo_bin() in codex-rs/core/tests/suite (#8887)

This eliminates our dependency on the `escargot` crate and better
prepares us for Bazel builds: https://github.com/openai/codex/pull/8875.
This commit is contained in:
Michael Bolin
2026-01-08 06:56:16 -08:00
committed by GitHub
parent 9ce6bbc43e
commit 1e29774fce
6 changed files with 18 additions and 80 deletions

View File

@@ -127,7 +127,6 @@ codex-otel = { workspace = true, features = ["disable-default-metrics-exporter"]
codex-utils-cargo-bin = { workspace = true }
core_test_support = { workspace = true }
ctor = { workspace = true }
escargot = { workspace = true }
image = { workspace = true, features = ["jpeg", "png"] }
maplit = { workspace = true }
predicates = { workspace = true }