diff --git a/setup.cfg b/setup.cfg index 60d212f45..c7f5cdead 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =