From 06f6db5c1705942e1f363fd1e9a2c76e4bb5fcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Palmer?= Date: Mon, 25 Sep 2023 16:01:40 +0200 Subject: [PATCH] Do not run tezos_legacy tests Since the two applications have identical names --- test/python/apps/tezos_new.py | 2 +- test/python/conftest.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/python/apps/tezos_new.py b/test/python/apps/tezos_new.py index 71ad35aa..db9f0b85 100644 --- a/test/python/apps/tezos_new.py +++ b/test/python/apps/tezos_new.py @@ -14,7 +14,7 @@ from ragger.utils import create_currency_config, RAPDU -NTZ_CONF = create_currency_config("NTZ", "New Tezos Wallet", ("TZ", 6)) +NTZ_CONF = create_currency_config("NTZ", "Tezos Wallet", ("TZ", 6)) NTZ_PACKED_DERIVATION_PATH = pack_derivation_path("m/44'/1729'/0'") diff --git a/test/python/conftest.py b/test/python/conftest.py index 94c7ed30..3cbd7bc7 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -18,8 +18,7 @@ "bitcoin_legacy": "Bitcoin Legacy", "ethereum": "Ethereum", "ethereum_classic": "Ethereum Classic", - "tezos_legacy": "Tezos Wallet", - "tezos_new": "New Tezos Wallet", + "tezos_new": "Tezos Wallet", "xrp": "XRP", "litecoin": "Litecoin", "stellar": "Stellar",