1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 17:42:02 +00:00

tests: add one more altcoin marker

This commit is contained in:
Pavol Rusnak 2019-08-22 19:20:14 +02:00
parent 84abde1f79
commit 16431f6c93
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -31,6 +31,7 @@ TXHASH_f3a6e6 = bytes.fromhex(
) )
@pytest.mark.altcoin
@pytest.mark.capricoin @pytest.mark.capricoin
@pytest.mark.skip_t1 # T1 support is not planned @pytest.mark.skip_t1 # T1 support is not planned
@setup_client() @setup_client()