From a3d92a766e34542e4fa71cc407e0cf4fbcc737dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 30 Jan 2024 10:07:48 +0700 Subject: [PATCH] clan-cli: drop unused variables --- pkgs/clan-cli/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/clan-cli/default.nix b/pkgs/clan-cli/default.nix index 6bb6a649..2b256e8c 100644 --- a/pkgs/clan-cli/default.nix +++ b/pkgs/clan-cli/default.nix @@ -31,7 +31,6 @@ , mypy , rope , clan-core-path -, writeShellScriptBin }: let @@ -40,8 +39,6 @@ let ]; pytestDependencies = runtimeDependencies ++ dependencies ++ [ - - #schemathesis # optional for http fuzzing pytest pytest-cov pytest-subprocess