1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-24 22:31:35 +00:00

fixup! test: skip thp device test on protocol_v1 emu [no changelog]

This commit is contained in:
M1nd3r 2025-01-24 13:14:46 +01:00
parent e502ecec4b
commit 6a59d5a95a

View File

@ -18,7 +18,6 @@ import pytest
from trezorlib import cardano, messages, models
from trezorlib.btc import get_public_node
from trezorlib.client import ProtocolVersion
from trezorlib.debuglink import SessionDebugWrapper as Session
from trezorlib.debuglink import TrezorClientDebugLink as Client
from trezorlib.exceptions import TrezorFailure