From cd820d07d7b8b732928150365b73b8a67d3af26e Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 19 Apr 2024 16:07:14 +0300 Subject: chore(nix-compat): remove unused test-case and test-generator This is especially nice, as it allows us getting rid of the other versions of proc-macro2 and quote. Change-Id: I9fdd012ee6c0ded3e18ec30504b83ac2032d1390 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11474 Reviewed-by: Connor Brewster Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/nix-compat/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tvix/nix-compat/Cargo.toml') diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index ebec6d937d..876ac3ecad 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -44,16 +44,9 @@ lazy_static = "1.4.0" pretty_assertions = "1.4.0" rstest = "0.19.0" serde_json = "1.0" -test-case = "3.3.1" tokio-test = "0.4.3" zstd = "^0.13.0" -[dev-dependencies.test-generator] -# This fork of test-generator adds support for cargo workspaces, see -# also https://github.com/frehberg/test-generator/pull/14 -git = "https://github.com/JamesGuthrie/test-generator.git" -rev = "82e799979980962aec1aa324ec6e0e4cad781f41" - [[bench]] name = "derivation_parse_aterm" harness = false -- cgit 1.4.1