clan-cli: drop unused variables

This commit is contained in:
Jörg Thalheim
2024-01-30 10:07:48 +07:00
parent 076b3b4ee2
commit b4a94e66f8

View File

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