mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 18:14:23 +01:00
Revert "pytest: Skip hsm encryption test if we don't have a TTY"
This reverts commit 2b12cac31e. There is
no need to skip the test in this case, and it seems to simply be an artifact
of CI-debugging hell :)
Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
5d69964dde
commit
b5aaee6679
@@ -12,7 +12,6 @@ from utils import (
|
||||
import os
|
||||
import pytest
|
||||
import subprocess
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
|
||||
@@ -992,7 +991,6 @@ def test_transaction_annotations(node_factory, bitcoind):
|
||||
|
||||
|
||||
@unittest.skipIf(VALGRIND, "It does not play well with prompt and key derivation.")
|
||||
@unittest.skipIf(not sys.stdout.isatty(), "Cannot")
|
||||
def test_hsm_secret_encryption(node_factory):
|
||||
l1 = node_factory.get_node(may_fail=True) # May fail when started without key
|
||||
password = "reckful\n"
|
||||
|
||||
Reference in New Issue
Block a user