mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
ci: do not pass anything to pytest globally
to allow pytest in crypto/
This commit is contained in:
parent
7fb1137ae4
commit
8c9f74d16c
@ -29,7 +29,8 @@ not_skip=__init__.py
|
|||||||
forced_separate = apps
|
forced_separate = apps
|
||||||
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
|
known_standard_library = micropython,ubinascii,ustruct,uctypes,utime,utimeq,trezorio,trezorui,trezorutils,trezorconfig
|
||||||
|
|
||||||
[tool:pytest]
|
# TODO: ask matejcik if we can omit this completely
|
||||||
addopts = --pyargs trezorlib.tests.device_tests
|
# [tool:pytest]
|
||||||
xfail_strict = true
|
# addopts = --pyargs trezorlib.tests.device_tests
|
||||||
run_xfail =
|
# xfail_strict = true
|
||||||
|
# run_xfail =
|
||||||
|
Loading…
Reference in New Issue
Block a user