From cc6cc499995fb9985235672c0bd0ad0003073ca1 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 27 Jun 2018 17:41:51 +0200 Subject: [PATCH] tests: re-enable Stellar for T1 --- trezorlib/tests/device_tests/test_msg_stellar_get_address.py | 1 - trezorlib/tests/device_tests/test_msg_stellar_get_public_key.py | 1 - .../tests/device_tests/test_msg_stellar_sign_transaction.py | 1 - 3 files changed, 3 deletions(-) diff --git a/trezorlib/tests/device_tests/test_msg_stellar_get_address.py b/trezorlib/tests/device_tests/test_msg_stellar_get_address.py index bf5cda473..f71c16a81 100644 --- a/trezorlib/tests/device_tests/test_msg_stellar_get_address.py +++ b/trezorlib/tests/device_tests/test_msg_stellar_get_address.py @@ -26,7 +26,6 @@ from trezorlib.tools import parse_path @pytest.mark.stellar -@pytest.mark.xfail(TREZOR_VERSION == 1, reason="T1 support is not yet finished") @pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished") class TestMsgStellarGetAddress(TrezorTest): diff --git a/trezorlib/tests/device_tests/test_msg_stellar_get_public_key.py b/trezorlib/tests/device_tests/test_msg_stellar_get_public_key.py index 05dac42ee..24cd2c823 100644 --- a/trezorlib/tests/device_tests/test_msg_stellar_get_public_key.py +++ b/trezorlib/tests/device_tests/test_msg_stellar_get_public_key.py @@ -26,7 +26,6 @@ from trezorlib.tools import parse_path @pytest.mark.stellar -@pytest.mark.xfail(TREZOR_VERSION == 1, reason="T1 support is not yet finished") @pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished") class TestMsgStellarGetPublicKey(TrezorTest): diff --git a/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py b/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py index 3f0868d8e..86c407393 100644 --- a/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py +++ b/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py @@ -57,7 +57,6 @@ import pytest @pytest.mark.stellar -@pytest.mark.xfail(TREZOR_VERSION == 1, reason="T1 support is not yet finished") @pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished") class TestMsgStellarSignTransaction(TrezorTest):