1 parent 9aaaa84 commit 85c4d20Copy full SHA for 85c4d20
1 file changed
tests/test_msg_bitcoin_only_variant.py
@@ -99,7 +99,11 @@ class TestBitcoinOnlyVariant(common.KeepKeyTest):
99
100
def setUp(self):
101
super(TestBitcoinOnlyVariant, self).setUp()
102
- self.requires_firmware("7.15.0")
+ # The Bitcoin-only product shipped on the 7.14.3 release fork before
103
+ # 7.15. The variant check below keeps these product assertions away
104
+ # from regular 7.14.x images, while this exact floor prevents the
105
+ # stripped 7.14.3 emulator from silently skipping its entire suite.
106
+ self.requires_firmware("7.14.3")
107
# This whole file describes the BITCOIN-ONLY product. Several tests
108
# assert screen sequences that differ on the multi-chain build -- the
109
# OP_RETURN one decodes a THORChain memo there and draws more screens --
0 commit comments