ci: do not pass anything to pytest globally

to allow pytest in crypto/
pull/106/head
Tomas Susanka 5 years ago
parent 7fb1137ae4
commit 8c9f74d16c

@ -29,7 +29,8 @@ not_skip=__init__.py
forced_separate = apps
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
[tool:pytest]
addopts = --pyargs trezorlib.tests.device_tests
xfail_strict = true
run_xfail =
# TODO: ask matejcik if we can omit this completely
# [tool:pytest]
# addopts = --pyargs trezorlib.tests.device_tests
# xfail_strict = true
# run_xfail =

Loading…
Cancel
Save