diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-19T13·55+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-04-19T19·22+0000 |
commit | 8a40c92f5d62466d51b9e59a79cff3108aeff1d7 (patch) | |
tree | 5cade55ef98a1c0f149e9682e91e287c4d5806e9 /tvix/glue/Cargo.toml | |
parent | 8f255d3e64c040ec152d0f394066db95ff102568 (diff) |
chore(tvix/glue): migrate from test_case to rstest r/7977
Change-Id: Id1bac94e7b95960dabd55f095f04bdabfeee10ea Reviewed-on: https://cl.tvl.fyi/c/depot/+/11476 Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/glue/Cargo.toml')
-rw-r--r-- | tvix/glue/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml index eab07b7eb477..1c08616cfb03 100644 --- a/tvix/glue/Cargo.toml +++ b/tvix/glue/Cargo.toml @@ -42,7 +42,6 @@ nix = { version = "0.27.1", features = [ "fs" ] } pretty_assertions = "1.4.0" rstest = "0.19.0" tempfile = "3.8.1" -test-case = "3.3.1" [features] default = ["nix_tests"] |