Skip to content

Commit e79c6b8

Browse files
committed
test(bitcoin-only): gate unsupported 7.15 handlers
1 parent 3305b80 commit e79c6b8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_msg_bip85.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class TestMsgBip85(common.KeepKeyTest):
2020
def setUp(self):
2121
super().setUp()
2222
self.requires_firmware("7.15.0")
23+
self.requires_fullFeature()
2324

2425
def test_bip85_12word_flow(self):
2526
"""12-word derivation: verify device goes through display flow and returns Success."""

tests/test_msg_mayachain_signtx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def test_mayachain_sign_tx_memos(self):
264264
signs, and each signature is bound to its exact memo bytes — a memo
265265
substitution changes the sign-doc digest and fails verification."""
266266
self.requires_firmware("7.9.1")
267+
self.requires_fullFeature()
267268
self.setup_mnemonic_nopin_nopassphrase()
268269

269270
memos = [

0 commit comments

Comments
 (0)