test: add python test requirements

This allows running the Python tests without importing secure-node.
This commit is contained in:
Erik Arvstedt
2020-10-16 16:46:55 +02:00
parent 9aa19c3fdd
commit c07e767889
+6
View File
@@ -13,6 +13,12 @@ let testEnv = rec {
./lib/test-lib.nix
../modules/modules.nix
../modules/secrets/generate-secrets.nix
{
# Features required by the Python test suite
nix-bitcoin.secretsDir = "/secrets";
nix-bitcoin.operator.enable = true;
environment.systemPackages = with pkgs; [ jq ];
}
];
config = {