chore(tvix/build): migrate from test_case to rstest

Change-Id: I75d8d61f836c76e8765e0e3b49022c056de84850
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11466
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-04-19 14:04:11 +03:00 committed by clbot
parent 0ecd594c87
commit 57f6cb4b1f
5 changed files with 40 additions and 38 deletions

2
tvix/Cargo.lock generated
View file

@ -4318,7 +4318,7 @@ dependencies = [
"itertools 0.12.0",
"prost 0.12.3",
"prost-build",
"test-case",
"rstest",
"thiserror",
"tokio",
"tokio-listener",