1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

tests: silence pytest 6.0 warning

This commit is contained in:
matejcik 2020-03-04 15:24:59 +01:00
parent 9d29952a15
commit e5a909478e

View File

@ -33,6 +33,7 @@ known_first_party = trezorlib
addopts = -rfE --strict --random-order
testpaths = tests crypto storage python/tests
xfail_strict = true
junit_family = xunit2
[mypy]
mypy_path = src,mocks,mocks/generated