root: move pytest markers to setup.cfg

pull/179/head
Pavol Rusnak 5 years ago
parent 684862a7f5
commit 0765842e7f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,20 +1,2 @@
[pytest]
addopts = --pyargs trezorlib.tests.device_tests
markers =
capricoin
cardano
decred
eos
ethereum
komodo
lisk
monero
nem
ontology
ripple
skip_t1
skip_t2
stellar
tezos
zcash

@ -27,3 +27,22 @@ not_skip=__init__.py
forced_separate = apps
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
known_third_party = curve25519,ecdsa,hypothesis
[tool:pytest]
markers =
capricoin
cardano
decred
eos
ethereum
komodo
lisk
monero
nem
ontology
ripple
skip_t1: skip the test on Trezor One.
skip_t2: skip the test on Trezor Model T.
stellar
tezos
zcash

Loading…
Cancel
Save