1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-30 17:21:21 +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 09dfca27d5
commit af15ad5c1e

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