test: add python test requirements
This allows running the Python tests without importing secure-node.
This commit is contained in:
parent
9aa19c3fdd
commit
c07e767889
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user