chore(tvix/store): drop tonic-mock from dependencies

It's not used in here.

Change-Id: If1dbf360ec37b649c27d3a9bf11f7bf0ca947631
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9558
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-10-07 08:08:03 +02:00 committed by flokli
parent 8b8a344647
commit 31f28b6105
3 changed files with 0 additions and 6 deletions

View file

@ -8874,10 +8874,6 @@ rec {
name = "test-case";
packageId = "test-case";
}
{
name = "tonic-mock";
packageId = "tonic-mock";
}
];
features = {
"default" = [ "fuse" "tonic-reflection" ];