From 3de3fc65d131fc84512fcd4b1f25f64a0860e6db Mon Sep 17 00:00:00 2001 From: Vika Date: Sat, 13 Aug 2022 21:54:53 +0300 Subject: tokenauth: migrate tests to Wiremock Wiremock doesn't require external C dependencies. --- shell.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 32b6676..a2333fc 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { mkShell, rustc, cargo, rust-analyzer, clippy, rustfmt , cargo-watch, cargo-edit, cargo-outdated, cargo-crev , xh, systemfd, tokio-console -, pkg-config, protobuf, openssl, zlib +, pkg-config, protobuf }: mkShell { name = "rust-dev-shell"; @@ -9,11 +9,8 @@ mkShell { nativeBuildInputs = [ rustc cargo rust-analyzer clippy rustfmt cargo-watch cargo-edit cargo-outdated cargo-crev - xh systemfd tokio-console + xh systemfd #tokio-console # required for tokio-console's console-subscriber - pkg-config protobuf - # required for httpmock, not actually used in the release - openssl.dev zlib - + #pkg-config protobuf ]; } -- cgit 1.4.1