1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

stellar tests - added missing pytest import

This commit is contained in:
ZuluCrypto 2018-04-28 13:06:13 -06:00
parent 5fccc4381b
commit 7128347975
No known key found for this signature in database
GPG Key ID: 0D1266F87C28A2E1
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
from .common import TrezorTest
from trezorlib import stellar
import pytest
@pytest.mark.xfail # requires trezor-mcu PR #259

View File

@ -19,6 +19,7 @@
from base64 import b64decode, b64encode
from .common import TrezorTest
import pytest
@pytest.mark.xfail # requires trezor-mcu PR #259