1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-20 01:56:15 +00:00

test(core): also rerun in case of a packet loss

[no changelog]
This commit is contained in:
Roman Zeyde 2025-03-18 11:10:00 +02:00 committed by Roman Zeyde
parent 611d74c1b3
commit 731725a624

View File

@ -36,7 +36,13 @@ per-file-ignores =
tests/*:ANN
[tool:pytest]
addopts = -rfER --strict-markers --random-order --only-rerun='RuntimeError: Unexpected magic characters: 3f' --reruns=5
addopts =
-rfER
--strict-markers
--random-order
--only-rerun='RuntimeError: Unexpected magic characters: 3f'
--only-rerun='Timeout: Timeout reading [A-Za-z]+ packet'
--reruns=5
testpaths = tests crypto storage python/tests
xfail_strict = true
junit_family = xunit2