mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user