From 108e80a90ba5668f9cb550b4f5f2af5fa49ce4d0 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 15 Apr 2025 13:40:01 +0200 Subject: [PATCH] tests: skip protocol_v2 in test_session_id_and_passphrase --- tests/device_tests/test_session_id_and_passphrase.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/device_tests/test_session_id_and_passphrase.py b/tests/device_tests/test_session_id_and_passphrase.py index 15063e6917..f2d0907f0e 100644 --- a/tests/device_tests/test_session_id_and_passphrase.py +++ b/tests/device_tests/test_session_id_and_passphrase.py @@ -28,6 +28,8 @@ from trezorlib.tools import parse_path from .. import translations as TR +pytestmark = pytest.mark.protocol("protocol_v1") + XPUB_PASSPHRASES = { "A": "xpub6CekxGcnqnJ6osfY4Rrq7W5ogFtR54KUvz4H16XzaQuukMFZCGebEpVznfq4yFcKEmYyShwj2UKjL7CazuNSuhdkofF4mHabHkLxCMVvsqG", "B": "xpub6CFxuyQpgryoR64QC38w42dLgDv5P4qWXhn1fbaN62UYzu1wJXZyrYqGnkq5d8xPUK68RXtXFBiqp3rfLGpeQ57zLtx675ZZn5ezKMAWQfu",