summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-03-28 17:49:00 -0400
committerGitHub <noreply@github.com>2023-03-28 21:49:00 +0000
commit6fb6b0c1f302e8637c96131c9ffc4c4b9f3f5f0f (patch)
treedff55c1b345f317ebd3ec5a3b62c26ed27d5830c /test_util/Cargo.toml
parentc65149c0a072fa710098b14776c6cd3cc8a204d6 (diff)
chore: restore pty tests and make them run on the Linux CI (#18424)
1. Rewrites the tests to be more back and forth rather than getting the output all at once (which I believe was causing the hangs on linux and maybe mac) 2. Runs the pty tests on the linux ci. 3. Fixes a bunch of tests that were just wrong. 4. Adds timeouts on the pty tests.
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index a6e985b6d..68443e492 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -17,13 +17,14 @@ path = "src/test_server.rs"
anyhow.workspace = true
async-stream = "0.3.3"
atty.workspace = true
-backtrace = "0.3.67"
base64.workspace = true
+console_static_text.workspace = true
flate2.workspace = true
futures.workspace = true
hyper = { workspace = true, features = ["server", "http1", "http2", "runtime"] }
lazy_static = "1.4.0"
lsp-types.workspace = true
+nix.workspace = true
once_cell.workspace = true
os_pipe.workspace = true
parking_lot.workspace = true