Remove the TUI test dependency on codex-cli (#38746)

## What changed

Remove the unused `codex-cli` dev-dependency and the no-op import that kept it
visible to `cargo-shear`. TUI tests continue to locate spawned binaries through
`codex-utils-cargo-bin`.

GitOrigin-RevId: ba5855590c6f0300845170f15f39d77c0611a60a
This commit is contained in:
Charlie Marsh
2026-08-15 10:52:52 +00:00
committed by copyberry
parent 3c7ae4a812
commit a7edf37cb4
4 changed files with 0 additions and 6 deletions

View File

@@ -167,7 +167,6 @@ codex-arg0 = { path = "arg0" }
codex-async-utils = { path = "async-utils" }
codex-backend-client = { path = "backend-client" }
codex-chatgpt = { path = "chatgpt" }
codex-cli = { path = "cli" }
codex-client = { path = "codex-client" }
codex-collaboration-mode-templates = { path = "collaboration-mode-templates" }
codex-cloud-config = { path = "cloud-config" }