mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-19 14:38:47 +00:00
tests: skip protocol_v2 in test_session_id_and_passphrase
This commit is contained in:
parent
be29450146
commit
6783cbff51
@ -28,6 +28,8 @@ from trezorlib.tools import parse_path
|
|||||||
|
|
||||||
from .. import translations as TR
|
from .. import translations as TR
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.protocol("protocol_v1")
|
||||||
|
|
||||||
XPUB_PASSPHRASES = {
|
XPUB_PASSPHRASES = {
|
||||||
"A": "xpub6CekxGcnqnJ6osfY4Rrq7W5ogFtR54KUvz4H16XzaQuukMFZCGebEpVznfq4yFcKEmYyShwj2UKjL7CazuNSuhdkofF4mHabHkLxCMVvsqG",
|
"A": "xpub6CekxGcnqnJ6osfY4Rrq7W5ogFtR54KUvz4H16XzaQuukMFZCGebEpVznfq4yFcKEmYyShwj2UKjL7CazuNSuhdkofF4mHabHkLxCMVvsqG",
|
||||||
"B": "xpub6CFxuyQpgryoR64QC38w42dLgDv5P4qWXhn1fbaN62UYzu1wJXZyrYqGnkq5d8xPUK68RXtXFBiqp3rfLGpeQ57zLtx675ZZn5ezKMAWQfu",
|
"B": "xpub6CFxuyQpgryoR64QC38w42dLgDv5P4qWXhn1fbaN62UYzu1wJXZyrYqGnkq5d8xPUK68RXtXFBiqp3rfLGpeQ57zLtx675ZZn5ezKMAWQfu",
|
||||||
|
Loading…
Reference in New Issue
Block a user