From 8348d47fd71841bd02c5e442b3a49fb6b8743104 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Thu, 12 Jul 2018 15:21:30 +0200 Subject: [PATCH] stellar/tests: T2 support merged -> xfail dropped --- 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 e0847eb00..f07b32ff5 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 == 2, reason="T2 support is not yet finished") class TestMsgStellarGetAddress(TrezorTest): def test_stellar_get_address(self): 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 ed117126d..4a531b59e 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 == 2, reason="T2 support is not yet finished") class TestMsgStellarGetPublicKey(TrezorTest): def test_stellar_get_public_key(self): 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 8cd3fa5d0..e66de3160 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 == 2, reason="T2 support is not yet finished") class TestMsgStellarSignTransaction(TrezorTest): ADDRESS_N = parse_path(stellar.DEFAULT_BIP32_PATH)