From 8c9f74d16c7af0d5966b54b0b095e141eb4190b8 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Tue, 23 Apr 2019 17:08:20 +0200 Subject: [PATCH] ci: do not pass anything to pytest globally to allow pytest in crypto/ --- setup.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 =