1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 08:58:14 +00:00

chore: rename deprecated pytest option

This commit is contained in:
matejcik 2021-02-03 15:30:36 +01:00 committed by matejcik
parent 637ccadcb6
commit ba326865f1

View File

@ -31,7 +31,7 @@ known_third_party = curve25519,ecdsa,hypothesis,pytest,mnemonic,shamir-mnemonic,
known_first_party = trezorlib,apps
[tool:pytest]
addopts = -rfE --strict --random-order
addopts = -rfE --strict-markers --random-order
testpaths = tests crypto storage python/tests
xfail_strict = true
junit_family = xunit2