1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-31 20:39:48 +00:00

ci: do not pass anything to pytest globally

to allow pytest in crypto/
This commit is contained in:
Tomas Susanka 2019-04-23 17:08:20 +02:00
parent 7fb1137ae4
commit 8c9f74d16c

View File

@ -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 =