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 <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-04-19 16:07:14 +03:00 committed by clbot
parent d1ae5845bf
commit cd820d07d7
5 changed files with 133 additions and 318 deletions

View file

@ -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